if(!(top.location!=document.location)){
	//top.location = ('./?'+document.location.pathname);        
}

function OnLoad(){
	if(top.ResizeMainFrame && document.body.scrollHeight){
		top.ResizeMainFrame(document.body.scrollHeight);		
	}
}
