<!--
// This page changes the colors and options for the drop-down menus

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap =5;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = 0.5;
    
    fntCol = "blue";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "Arial";
    
    backCol = "#c0c0c0";
    overCol = "#c0c0c0";
    overFnt = "#000000";
    
    borWid = 1;
    borCol = "#c0c0c0";
    borSty = "solid";
    itemPad = 0;
    
    imgSrc = "images/space.gif";

    if (navigator.appName.indexOf("Netscape") >= 0) imgSiz = 1;
    else imgSiz = 0;
    
    separator = 1;
    separatorCol = "red";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}
//-->
