if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 2;
    childOverlap = 100;
    childOffset = -1;
    perCentOver = null;
    secondsVisible = 0;
    
    fntCol = "black";
    fntSiz = "7";
    fntBold = false;
    fntItal = false;
    fntFam = "arial, helvetica";
    
    backCol = "#ffffff";
    overCol = "#cccccc";
    overFnt = "black";
    
    borWid = 1;
    borCol = "#141434";
    borSty = "solid";
    itemPad = 2;
    
    imgSrc = "http://www.nathanmallory.com/ffx2/img/tri.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#343454";
    
    isFrames = false;      
    navFrLoc = "left";     
    
    keepHilite = true; 
    clickStart = false;
    clickKill = false;
}

