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