       <!--

       if (isMenu) {
           menuVersion = 3;

           menuWidth = 750;
           childOverlap = 50;
           childOffset = 5;
           perCentOver = null;
           secondsVisible = .5;

           fntCol = "Red";
           fntSiz = "10";
           fntBold = true;
           fntItal = false;
           fntFam = "Tahoma,Verdana,Helvetica,Arial,sans-serif";

           backCol = "#00004a";
           overCol = "red";
           overFnt = "purple";

           borWid = 0;
           borCol = "black";
           borSty = "solid";
           itemPad = 3;

           imgSrc = "arrow.gif";
           imgSiz = 19;

           separator = 0;
           separatorCol = "white";

           isFrames = false;      // <-- IMPORTANT for full window
           navFrLoc = "left";     // <-- display. see below

           keepHilite = true;
           NSfontOver = true;
           clickStart = false;
           clickKill = false;
       }

       //-->
