var screenWidth = screen.width;
var screenHeight = screen.height;

function maxWindow()	{
	window.moveTo(0,0);
	window.resizeTo(screen.availWidth,screen.availHeight);
}
