      <!--

      if (isMenu) {
          menuVersion = 3;

          menuWidth = 120;
          childOverlap = 20;
          childOffset = 5;
          perCentOver = null;
          secondsVisible = 2;

          fntCol = "blue";
          fntSiz = "8";
          fntBold = false;
          fntItal = false;
          fntFam = "arial";

          backCol = "#DDDDDD";
          overCol = "#2E3447";
          overFnt = "white";

          borWid = 2;
          borCol = "black";
          borSty = "solid";
          itemPad = 3;

          imgSrc = "/images/point.png";
          imgSiz = 10;

          separator = 1;
          separatorCol = "red";

          isFrames = false;      // <-- IMPORTANT for full window
          navFrLoc = "left";     // <-- display. see below

          keepHilite = true;
          NSfontOver = true;
          clickStart = false;
          clickKill = true;
      }

      //-->
   
