<!--


//include this in a parameters.js file

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#FFFFFF";
    fntSiz = "10";
    fntBold = false;
    fntItal = false;
    fntFam = "Arial";
    
    backCol = "#006600";
    overCol = "#FFFFFF";
    overFnt = "#006600";
    
    borWid = 2;
    borCol = "#C0C0C0";
    borSty = "inset";
    itemPad = 3;
    
    imgSrc = "/images/triangle_white.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#FFFFFF";
    
    isFrames = false;
    navFrLoc = "left";
    mainFrName = "main";
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
    
    showVisited = "yellow";
}

//-->
