<!--
<!--
function neoPop1(page,PWidth,PHeight,id) {
eval("printpage"+id+"=window.open('"+page+"','printpage1','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width="+PWidth+",height="+PHeight+"')")
eval("printpage"+id+".window.moveTo((screen.width/2)-(PWidth/2),(screen.height/2)-(PHeight/2))")
}

function neoPop2(page,PWidth,PHeight,id) {
eval("webpage"+id+"=window.open('"+page+"','webpage1','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width="+PWidth+",height="+PHeight+"')")
eval("webpage"+id+".window.moveTo((screen.width/2)-(XWidth/2),(screen.height/2)-(PHeight/2))")
}

// End -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//--> 