<!--
if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 140;
    childOverlap = 18;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#FFFFFF";
    fntSiz = "9";
    fntBold = false;
    fntItal = false;
    fntFam = "geneva, arial, helvetica, sans-serif";
    
    backCol = "#336699";
    overCol = "#6699CC";
    overFnt = "#FFFFFF";
    
    borWid = 1;
    borCol = "#000000";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "/arrow.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#000000";
    
    isFrames = false;
    navFrLoc = "left";
    
    keepHilite = true; 
    clickStart = false;
    clickKill = false;
}

//-->