function maximizewin()
{
	var wide = screen.width;
	var high = screen.height;
	
	this.moveTo(0,0);	
	this.resizeTo(wide,high);
}

