if(top.location!=document.location) top.location = document.location;

if((window.toolbar.visible!=true) && (window.menubar.visible!=true)) {  
	window.moveTo(0,0);
	window.resizeTo(screen.width,screen.height);
};


