<!--
function PopWin(pg,nm,wi,he,sc,rz) {
window.open(''+pg+'',''+nm+'','width='+wi+',height='+he+',scrollbars='+sc+',resizable='+rz+'');
}

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