function resize() {
			width=600;
			height=650;
			window.resizeTo(Math.ceil(width), Math.ceil(height));

}
