// JavaScript Document
function frmT(nm) {
	if (parent.location.href == self.location.href){
		window.location.href = '../index.php?oof='+nm;
	}
}
