popbasedir = "_borders/menu/";
poX = 0;
poY = 115;
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 = 115;
}
else
if (peXt=="nn"){
//Netscape 4 Configuration
poX = 0;
poY = 115;
}
else
if (peXt=="mo"){
//Netscape6/Mozilla Configuration - allow for NS vs. Firefox
  if (navigator.userAgent.toLowerCase().indexOf("firefox")!=-1){
    poX = -20;
    poY = 115;
  }else{
    poX = -17;
    poY = 115;
  }
}
else
if (peXt=="ko"){
//Konqueror Configuration
poX = 0;
poY = 115;
}
else
if (navigator.userAgent.indexOf("AOL")!=-1){
//AOL browser Configuration
poX = 0;
poY = 115;
}

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();
}
