function resizePage( newWidth, newHeight ) {
	parent.window.resizeTo(newWidth,newHeight);
	//parent.window.moveTo(self.screen.width/4,self.screen.height/4);
}