function resizeWindow()
{
	window.resizeTo(450,370);
	return true;
}

