<!--
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 = 145;
borWid = 0;
borSty = "double";
borCol = "#cccccc";
separator = 1;
separatorCol = "#FFFFFF";
fntFam = "tahoma, arial, sans-serif";
fntBold = false;
fntItal = false;
fntSiz = 8;
fntCol = "#003333";
overFnt = "#FFFFFF";
itemPad = 1;
backCol = "#D5E0EA";
overCol = "#4A657B";
imgSrc = "imagens/back_bt_apre.jpg";
imgSiz = 8;

childOffset = 6;
childOverlap = 60;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = 0.2;

keepHilite = false;
NSfontOver = false;

isFrames = false;
navFrLoc = "top";
mainFrName = "main";
  }

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->