if(!(top.location!=document.location)){
//	top.location = ('./?'+document.location.pathname);
	top.location = ('move.php?url='+document.location.pathname);
};

function OnLoad(){
	if(top.ResizeMainFrame && document.body.scrollHeight)
		top.ResizeMainFrame(document.body.scrollHeight);
}

affInterfaceOptions += '&bgcolor=F6F6F6';