function resize_window()
{
	window.innerHeight = 600;
	window.innerWidth = 900;
}

