function resize()
{
	window.resizeTo(screen.width,screen.height);
}

