

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 = 150;
borWid = 2;
borSty = "double";
borCol = "#A7A9A9";
separator = 1;
separatorCol = "#A7A9A9";
fntFam = "Verdana";
fntBold = false;
fntItal = false;
fntSiz = 7;
fntCol = "#666666";
overFnt = "#F4F4F4";
itemPad = 3;
backCol = "#F4F4F4";
overCol = "#A7A9A9";
imgSrc = "images/menu_arrow.gif";
imgSiz = 10;

childOffset = 6;
childOverlap = 60;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = 0.5;

keepHilite = false;
NSfontOver = false;

isFrames = false;
navFrLoc = "top";
mainFrName = "main";
  }

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// JavaScript Document