resize();

function resize(){
	window.resizeTo(screen.width,screen.height);
	window.moveTo(0,0);
}
