<!--
     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 = 1;
borSty = "double";
borCol = "#ffcc33";
separator = 1;
separatorCol = "ffcc33";
fntFam = "sans-serif";
fntBold = false;
fntItal = false;
fntSiz = 8;
fntCol = "#ffffff";
overFnt = "#FFFFFF";
itemPad = 3;
backCol = "#cc6600";
overCol = "#000099";
imgSrc = "tri.gif";
imgSiz = 10;
childOffset = 6;
childOverlap = 5;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = 0.8;

keepHilite = false;
NSfontOver = true;

isFrames = false;
navFrLoc = "top";
mainFrName = "main";
  }
//-->
