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);
}
