// JavaScript Document

function maxWindow(){
	self.moveTo(1,1);
	self.resizeTo(screen.availWidth,screen.availHeight);
	
}
