var exit=true; 
function PopMenu()
{ 
	if (exit) 
		window.open('/popupmenu.html','','toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,height=540,width=445'); 
}
