if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 160;
    childOverlap = 20;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = .2;
    
    fntCol = "#FFFFCC";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "verdana";
    
    backCol = "#6699cc";
    overCol = "#ffffff";
    overFnt = "#6699cc";
    
    borWid = 1;
    borCol = "#6699cc";
    borSty = "solid";
    itemPad = 1;
    
    imgSrc = "/images/other/tri.gif";
    imgSiz = 10;
    
    separator = 0;
    separatorCol = "red";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;}
