if (isMenu) {

    menuVersion = 3;        // NEW! denotes version of script used

    menuWidth = 180;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = 0.6;
    
    fntCol = "blue";
    fntSiz = "9";
    fntBold = false;       // Boolean for bold
    fntItal = false;       // ...or italic text
    fntFam = "Comic Sans MS";
    
    backCol = "#DDDDDD";
    overCol = "#FFCCCC";
    overFnt = "purple";
    
    borWid = 0;            //border menu
    borCol = "black";
    borSty = "solid";     // ignored by NS4
    itemPad = 1;          // pixel value
    
    imgSrc = "../../../../logo/tri.gif";
    imgSiz = 10;
    imgHspace = 3;       // new optional parameter variable    
    separator = 1;        // pixel value
    separatorCol = "red"; // color ignored by NS4
    
    isFrames = false;     // using frameset?
    navFrLoc =  "left";   // where is the nav frame?
    mainFrName = "main";  // name of the main frame?

    clickStart = false;      // NEW! show menus with click, false - mouseover
    clickKill = true;       // NEW! hide menus with click

    keepHilite = true;      // NEW! maintain item highlight

    NSfontOver = true;      // NEW! change NS font color onmouseover
    showVisited = "green";  // NEW! shade visited items for NS


}