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

