// JavaScript Document

	window.moveTo(0,0);
	aw = screen.availWidth;
	ah = screen.availHeight; 
	window.resizeTo(aw,ah);
