if(!(top.location!=document.location)){
	top.location = ('./?'+document.location.pathname);
};

function OnLoad(){
	if(top.ResizeMainFrame && document.body.scrollHeight)
		top.ResizeMainFrame(document.body.scrollHeight);
}

function Popup(url){
	window.open(
		url,
		'window',
		'width=500, height=500, resizable=yes, scrollbars=no, location=no,  toolbar=no, menubar=no, status=no'
	);
}
