<!-- Begin

function resizewindow() {
	top.window.moveTo(0,0);
	top.window.resizeTo(650,screen.height);
}

// End -->
