if (isMenu) {
    menuVersion = 3;        // denotes version of script used

    menuWidth = 100;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .1;
    
    fntCol = "ffffff";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "sans-serif";
    
    backCol = "669999";
    overCol = "CC9933";
    overFnt = "660099";     // now cross-browser
    
    borWid = 2;
    borCol = "382a00";
    borSty = "solid";
    itemPad = 2;
    
    imgSrc = "graphics/tri.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "000000";
    
    isFrames = false;
    navFrLoc =  "left";     // OLD! but with new functionality
    mainFrName = "main";

    clickStart = false;      // show menus with click
    clickKill = true;       // hide menus with click

    keepHilite = true;      // maintain item highlight

    NSfontOver = true;      // change NS font color onmouseover
    showVisited = "green";  // shade visited items for NS
}