NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;

    menuWidth = 80;
    childOverlap = 0;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = .5;

    fntCol = "blue";
    fntSiz = "7";
    fntBold = false;
    fntItal = false;
    fntFam = "Verdana";

    backCol = "#DDDDDD";
    overCol = "#FFCCCC";
    overFnt = "purple";

    borWid = 2;
    borCol = "black";
    borSty = "solid";
    itemPad = 1;

    imgSrc = "/images/img_whitearrow2.gif";
    imgSiz = 7;

    separator = 1;
    separatorCol = "red";

    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "right";     // <-- display. see below

    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='./js/hierArrays.js'><\/SCRIPT>");
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='./js/hierMenus.js'><\/SCRIPT>");
}