
if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 150;
    childOverlap = -5;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#000000";
    fntSiz = "10";
    fntBold = false;
    fntItal = false;
    fntFam = "arial";
    
    backCol = "#FFFFBD";
    overCol = "#FFDE8C";
    overFnt = "#000000";
    
    borWid = 2;
    borCol = "#8CB5EF";
    borSty = "solid";
    itemPad = 1;
    
    imgSrc = "http://library.thinkquest.org/C004361/arrow1.gif";
    imgSiz = 10;
    
    separator = 0;
    separatorCol = "red";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
  NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

