 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 = 160;
borWid = 1;
borSty = "double";
borCol = "#000000";
separator = 1;
separatorCol = "#000000";
fntFam = "Verdana";
fntBold = true;
fntItal = false;
fntSiz = 7.5;
fntCol = "white";
overFnt = "#121146";
itemPad = 3;
backCol = "#D38C04";
overCol = "#D38C04";
imgSrc = "/imagens/menu_flecha.gif";
imgSiz = 5;
childOffset = 2;
childOverlap = 40;
perCentOver = null;
clickStart = false;
clickKill = false;
secondsVisible = 0.7;
keepHilite = false;
NSfontOver = false;
isFrames = false;
navFrLoc = "top";
mainFrName = "main";
  }

if (isMenu) {
  document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/links3.js'><\/SCRIPT>");
  document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/topnav3.js'><\/SCRIPT>");
  }