var exit=true; 
function PopExit()
{ 
	if (exit) 
		window.open('pophot.html','','toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,height=430,width=440'); 
}
