// JavaScript Document

function resizeWindow(){

	window.resizeTo(900, 700);
	
}