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 = 132;
borWid = 1;
borSty = "solid";
borCol = cor;
separator = 1;
separatorCol = cor_branco;
fntFam = "verdana";
fntBold = false;
fntItal = false;
fntSiz = 7,5;
fntCol = "#000000";
overFnt = "#000000";
itemPad = 3;
backCol = cor;
overCol = cor;
imgSrc = "/imagens/tri.gif";
imgSiz = 6;

childOffset = 6;
childOverlap = 8;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = 1,0;

keepHilite = false;
NSfontOver = true;

isFrames = false;
navFrLoc = "top";
mainFrName = "main";
  }