<!--

if (isMenu) {
    menuVersion = 3;
    menuWidth = 120;
    childOverlap = 0;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "wgite";
    fntSiz = "9";
    fntBold = true;
    fntItal = false;
    fntFam = "sans-serif";
    
    backCol = "#cccccc";
    overCol = "#CCCCCC";
    overFnt = "black";
    
    borWid = 2;
    borCol = "white";
    borSty = "solid";
    itemPad = 1;
    
    imgSrc = "/src/triangle.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "red";
    
    isFrames = false;
    navFrLoc = "center";
    mainFrName = "main";
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = true;
    clickKill = true;
    
    showVisited = "yellow";
}

