<!--
if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "black";
    fntSiz = "9";
    fntBold = false;
    fntItal = true;
    fntFam = "Times";
    
    backCol = "#7794A2";
    overCol = "#EAD4AD";
    overFnt = "purple";
    
    borWid = 1;
    borCol = "black";
    borSty = "solid";
    itemPad = 3;
    
    isFrames = false;

    imgSrc = "none";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "red";
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}
//-->
