
     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 = 140;
borWid = 2;
borSty = "solid";
borCol = "#1C348B";
separator = 1;
separatorCol = "#1C348B";
fntFam = "Arial";
fntBold = false;
fntItal = false;
fntSiz = 8;
fntCol = "#1C348B";
overFnt = "#FFFFFF";
itemPad = 3;
backCol = "#FFFFFF";
overCol = "#ADB6D5";
imgSrc = "images/tri.gif";
imgSiz = 10;

childOffset = 5;
childOverlap = 10;
perCentOver = null;

clickStart = true;
clickKill = true;
secondsVisible = 0.5;

keepHilite = false;
NSfontOver = false;
showVisited = null;

isFrames = false;
navFrLoc = "left";
mainFrName = "main";
  }
