popbasedir = "menu/";
poX = 0;
poY = 95;
peXt = (navigator.userAgent.indexOf("Opera")!=-1 && document.getElementById) ? "op": (navigator.userAgent.indexOf("Konqueror")!=-1 && document.getElementById) ? "ko" : (document.all) ? "ie" : (document.layers) ? "nn" : (!document.all && document.getElementById) ? "mo" : "";
if (peXt=="op"){
//Opera Configuration
poX = 0;
poY = 95;
}
else
if (peXt=="nn"){
//Netscape 4 Configuration
poX = 0;
poY = 95;
}
else
if (peXt=="mo"){
//Netscape6/Mozilla Configuration
poX = 0;
poY = 95;
}
else
if (peXt=="ko"){
//Konqueror Configuration
poX = 0;
poY = 95;
}
else
if (navigator.userAgent.indexOf("AOL")!=-1){
//AOL browser Configuration
poX = 0;
poY = 95;
}

if (peXt!="")
document.write('<scr'+'ipt language="JavaScript" src="'+popbasedir+'popup'+peXt+'.js"></scr'+'ipt>');

window.onload = onloevha;
popXURLV = "";

function onloevha(){
if (peXt=="nn")
popmcreate();
}