
     areCreated = false;
     NS4 = (document.layers);
     IE4 = (document.all);
     ver4 = (NS4 || IE4);
     isMac = (navigator.appVersion.indexOf("Mac") != -1);
     isMenu = (NS4 || (IE4 && !isMac));

     function popUp(){return};
     function popDown(){return};

     if (!ver4) event = null;

     if (isMenu) {
      menuVersion = 3;

      menuWidth = 140;
      childOverlap = 100;
      childOffset = 5;
      perCentOver = 1;
      secondsVisible = 1;

      fntCol = "#000099";
      fntSiz = "8";
      fntBold = true;
      fntItal = false;
      fntFam = "arial, helvetica, sans-serif";

      backCol = "#DDDDDD";
      overCol = "#FFCCCC";
      overFnt = "black";

      borWid = 1;
      borCol = "black";
      borSty = "solid";
      itemPad = 3;

      imgSrc = "http://www.dhtmlab.com/hiermenus/tri.gif";
      imgSiz = 10;

      separator = 0;
      separatorCol = "white";

      isFrames = false;      // <-- IMPORTANT for full window
      navFrLoc = "left";     // <-- display. see below

      keepHilite = true;
      NSfontOver = true;
        clickStart = false;
      clickKill = false;
     }

