<!-- Begin
/*
function NewWindow(theURL,winName,w, h,features) {
//var w = 500
//var h = 375
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
//winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',features,status'
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes'
//win = window.open(mypage, myname, winprops)
win = window.open(theURL,winName,winprops);
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

function MM_callJS(jsStr) 
{ //v2.0
    return eval(jsStr)
}
*/

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}