<!-- 
if (isMenu) {
    menuVersion = 3;

    menuWidth = 110;
    childOverlap = -3;
    childOffset = 0;
    perCentOver = 10;
    secondsVisible = 0;
    
    fntCol = "#ffffff";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "ms sans serif";
    
    backCol = "#812335";
    overCol = "#f2d0d6";
    overFnt = "#000000";
    
    borWid = 1;
    borCol = "black";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "http://www.wildlifeinbronze.com/menus/tri.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#000000";
    
    isFrames = false;
    navFrLoc =  "left";
    mainFrName = "";

    clickStart = false;
    clickKill = false;

    keepHilite = true;

    NSfontOver = true;
    showVisited = "";
}
// -->
