     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};
  function startIt(){return};
  if (!ver4) event = null;

  if (isMenu) {
    menuVersion = 3;
    menuWidth = 100;
    borWid = 1;
    separator = 1;
    borSty = "solid";
    borCol = "black";
    separatorCol = "black";
    fntFam = "arial, verdana, helvetica, sans-serif";
    fntBold = 1;
    fntItal = 0;
    fntSiz = 8;
    fntCol = "BLUE";
    overFnt = "WHITE";
    itemPad = 2;
    backCol = "#FFFFFF";
    overCol = "BLUE";
    imgSrc = "images/triangle.gif";
    imgSiz = 8;

    childOffset = 0;
    childOverlap = 15;
    perCentOver = null;

    clickStart = false;
    clickKill = false;
    secondsVisible = 0.5;

    keepHilite = false;
    NSfontOver = true;

    isFrames = false;
    navFrLoc = "left";
    mainFrName = "main";
  }
