if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 50;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = .9;
    
    fntCol = "#000000";
    fntSiz = "9";
    fntBold = true;
    fntItal = false;
    fntFam = "";
    
    backCol = "#fff3b4";
    overCol = "#3b3361";
    overFnt = "#3b3361";
    
    borWid = 1;
    borCol = "black";
    borSty = "solid";
    itemPad = 2;
    
    imgSrc = "js/tri.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "red";
    
    isFrames = true;      // <-- IMPORTANT
    navFrLoc = "right";    // <-- frameset-specific
    mainFrName = "stage";  // <-- variables
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}