		sButtonFrame   = "headerFrame";  //name of the frame containing the info button
        function jsOpenPageOld(sURL) {
          var oShowMenu = document.all.showMenu;
          var sShow     = "";
          if (typeof oShowMenu == "object")
            sShow = oShowMenu.value;
          else {
            var oShowChk = document.all.chkShowMenu;
            if (oShowChk.checked == true) sShow = "window";
            else                          sShow = "frame";
          }
          if (sShow == "frame") {
            top.dataFrame.location.href = sURL;
          } else {
            window.open(sURL);
          }
        }
  
  	    function jsReopenEfotg(sStateCode) {
  	      var sHREF = "efotg.aspx?state=" + sStateCode;
          top.location.href= sHREF;
        } //jsReopenEfotg


		
  	    function jsGetID4CM(ID,Type) {
  	      var ID;
  	      var index;
  	      var tab;

  	      /*
  	      index = document.itree.getLastClicked();
  	      tab = document.itree.getTab();
          ID = document.itree.getID(index,tab);
          */
          document.Commit.ItemID.value = ID;
          document.Commit.ItemType.value = Type;
          document.Commit.Action.value = 'Update';
          document.Commit.submit();
        } //jsReopenEfotg