

	sWidth=(screen.width-window.self.width)/2;
	sHeight=(screen.height-window.self.height)/2;
	window.moveTo(sWidth,sHeight);
	

window.resizeTo(screen.width,screen.height);

