<!--
     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 = 120;
borWid = 1;
borSty = "solid";
borCol = "#000000";
separator = 1;
separatorCol = "#000000";
fntFam = "verdana,arial,tahoma";
fntBold = true;
fntItal = true;
fntSiz = 9;
fntCol = "#000000";
overFnt = "#ffffff";
itemPad = 2;
backCol = "#ffffff";
overCol = "#000000";
imgSrc = "tri.gif";
imgSiz = 10;

childOffset = 6;
childOverlap = 60;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = 0.5;

keepHilite = false;
NSfontOver = true;

isFrames = false;
navFrLoc = "_self";
mainFrName = "_self";
  }
//-->