<!--

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 90;
    childOverlap = 50;
    childOffset = 15;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "000000";
    fntSiz = "8";
    fntBold = true;
    fntItal = false;
    fntFam = "Arial, Helvetica, sans-serif";
    
    backCol = "black";
    overCol = "#FF3300";
    overFnt = "#FFFFFF";
    
    borWid = 2;
    borCol = "black";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "../Global/Img/bullet-news.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "black";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

//-->
