if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 5;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#851840";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "sans-serif";
    
    backCol = "#DDDDDD";
    overCol = "#FFCCCC";
    overFnt = "purple";
    
    borWid = 2;
    borCol = "red";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "http://www.headfirstmedia.com/fcp/Images/tri.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "red";
    
    isFrames = false;      
    navFrLoc = "left";
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = true;
}
