     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
     IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;

    menuWidth = 115;
    childOverlap = 5;
    childOffset = 5;
    perCentOver = 3;
    secondsVisible = .5;

    fntCol = "white";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "sans-serif";

    backCol = "#e3f0d5";
    overCol = "#cbe3af";
    overFnt = "#980000";

    borWid = 1;
    borCol = "black";
    borSty = "solid";
    itemPad = 3;

   	imgSrc = "images/navarrow.gif";
    imgSiz = 10,10;

    separator = 1;
    separatorCol = "black";

    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below

    keepHilite = true;
	NSfontOver = true;
    clickStart = false;
    clickKill = false;
}