       <!--

       if (isMenu) {
           menuVersion = 3;

           menuWidth = 130;
           childOverlap = 40;
           childOffset = 5;
           perCentOver = null;
           secondsVisible = .5;

           fntCol = "blue";
           fntSiz = "7";
           fntBold = false;
           fntItal = false;
           fntFam = "Verdana";

           backCol = "#333333";
           overCol = "#416089";
           overFnt = "purple";

           borWid = 1;
           borCol = "black";
           borSty = "solid";
           itemPad = 3;

           imgSrc = "graphics/pil1.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;
		   mainFrName = "main";
       }

       //-->
