<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
  
  function redCMSopenPopup(URLtmp,NAMEtmp,heightTMP,widthTMP,topTMP,leftTMP,resizableTMP,locationTMP,menubarTMP,scrollbarsTMP,statusTMP,toolbarTMP) {
  window.open(URLtmp,NAMEtmp,"height=" + heightTMP + ",width=" + widthTMP + ",top=" + topTMP + ",left=" + leftTMP + ",resizable=" + resizableTMP + ",location=" + locationTMP + ",menubar=" + menubarTMP + ",scrollbars=" + scrollbarsTMP + ",status=" + statusTMP + ",toolbar=" + toolbarTMP);
 }
//-->

