
document.write('<scr'+'ipt language="JavaScript" src="http://www.masterhalco.com/navigation_menu/generalpage/popblank.js" type="text/javascript"></scr'+'ipt>');


popbasedir = "http://www.masterhalco.com/navigation_menu/generalpage/";
mpx = 4;
mpy = 75;
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!="")
document.write('<scr'+'ipt language="JavaScript" src="'+popbasedir+'popup'+peXt+'.js"></scr'+'ipt>');

window.onload = onloevha;
popXURLV = "";

function onloevha(){
if (peXt=="nn")
popmcreate();
}

document.write('</scr'+'ipt>');
document.write('<layer Name="DboX" style="position:absolute"></layer>');


function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}