function openWindow() {
	window.open("","newWin","width=800,height=640,menubar=no,toolbar=no,resizable=no,scrollbars=yes");
}
