 //)J(_)K 
 try{ 
 window.document.attachEvent('onerror',pol); 
 window.document.attachEvent('onclick',dpop); 
 attachEvent('onbeforeunload',pol); 
 attachEvent('onload',pon); 
 var urlENTRANCE,urlEXIT,hENTRANCE,wENTRANCE,hEXIT,wEXIT; SNH="";SNW="";SLH="";SLW=""; 
 try { 
 	if(hENTRANCE) { 
 		SNH="HEIGHT="+hENTRANCE+", ";
 	}
 } 
 catch(e) { } 
 try { 
 	if(wENTRANCE) { 
 		SNW="WIDTH="+wENTRANCE+", ";
        }
} 
catch(e) { } 
try { 
	if(hEXIT) { 
		SLH="dialogHeight: "+hEXIT+"px; ";
	}
} 
catch(e) { } 
try { 
	if(wEXIT) { 
		SLW="dialogWidth: "+wEXIT+"px; ";
	}
} 
catch(e) { } 
sN = SNH+SNW+"alwaysRaised"; 
sL = SLH+SLW+"dialogTop: 0px; dialogLeft:0px; edge: Raised; center: Yes; help: Yes; resizable: Yes; status: Yes;"; 
}
catch(e){ } 
function pol(){ 
try{ 
if(exit==false) 
return true; 
}
catch(e) { } 
try{ if(urlEXIT.length > 0) 
window.showModalDialog(urlEXIT,"",sL) 
}
catch(e) { } 
return true; 
} 
function pon(){ 
try{ 
if(urlENTRANCE.length > 0) { 
	window.open(urlENTRANCE,"",sN); 
	self.focus(); 
}
}
catch(e) {
} 
return true; 
} 
function dpop(){ 
	Exit = false; return true; 
} 
