     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;
    borSty = "solid";
    borCol = "#000B4D";
    separator = 1;
    separatorCol = "#000B4D";
    fntFam = "verdana, tahoma, sans-serif";
    fntBold = true;
    fntItal = false;
    fntSiz = 8;
    fntCol = "#000B4D";
    overFnt = "#FFFFFF";
    itemPad = 2;
    backCol = "#3399FF";
    overCol = "#3399FF";
    imgSrc = "./images/triangle.jpg";
    imgSiz = 12;

    childOffset = 2;
    childOverlap = 20;
    perCentOver = null;

    clickStart = false;
    clickKill = false;
    secondsVisible = 0.5;

    keepHilite = false;
    NSfontOver = true;

    isFrames = false;
    navFrLoc = "left";
    mainFrName = "main";
  }