if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 75;
    childOverlap = 200;
    childOffset = 5;
    perCentOver = 20;
    secondsVisible = 0;
    
    fntCol = "black";
    fntSiz = "7";
    fntBold = false;
    fntItal = false;
    fntFam = "arial, helvetica";
    
    backCol = "#cdcdd9";
    overCol = "#6A81AC";
    overFnt = "black";
    
    borWid = 1;
    borCol = "#141434";
    borSty = "solid";
    itemPad = 2;
    
    imgSrc = "img/tri.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#343454";
    
    isFrames = false;      
    navFrLoc = "left";     
    
    keepHilite = true; 
    clickStart = false;
    clickKill = false;
}

