function WindowMaxOpen(URL){
	x = (screen.width) / 1;
	y = (screen.height) / 1;
	NewWindow=window.open(URL,"new","screenX=0,screenY=0,left=0,top=0,width="+x+",height="+y+",scrollbars=yes,toolbar=no,menubar=1,staus=no,resizable=yes");
}

