<!--

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 150;
    childOverlap = 10;
    childOffset = 2;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#666666";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "Verdana, Arial, Helvetica, sans-serif";
    
    backCol = "#eeeeee";
    overCol = "#CCCCCC";
    overFnt = "black";
    
    borWid = 2;
    borCol = "white";
    borSty = "outset";
    itemPad = 3;
    
    imgSrc = "/images/arrow.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#999999";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

//-->
