//***** MENU ROLLOVER DE NAVEGAÇÃO LATERAL DO PORTAL BANCO DO BRASIL *****
// Desenvolvedor: Neoris do Brasil
// Operador: Marcelo Henriques de Castro
// Criação: 21 de Setembro de 2001
// Atualização: 22 de Setembro de 2001
// Versão: 0.5.1

// Identificando Navegador    


	 NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
	 IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;

// Propriedades do Menu

if (isMenu) {
menuVersion = 3;
menuWidth = 240;
childOverlap = 0;
childOffset = 0;
perCentOver = null;
secondsVisible = .5;
fntCol = "#FFFFFF";
if (ie) {
	fntSiz = "8";
}else {
	fntSiz = "9";
}
fntBold = true;
fntItal = false;
fntFam = "Arial";
backCol = "#939290";
overCol = "#939290";
overFnt = "#F7D321";
borWid = 0;
borCol = "#DEDEDE";
borSty = "solid";
itemPad = 3;
imgSrc = "/portal/voce/ep/inv2/img/imgSetaMenu.gif";
imgSiz = 7;
separator = 0;
separatorCol = "#DEDEDE";
isFrames = false;
keepHilite = true; 
clickStart = false;
clickKill = false;
NSfontOver = true;
}

// Buscando os arquivos JS relacionados com o menu

if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/portal/inc/hierArraysInvVoce.js' TYPE='text/javascript'><\/SCRIPT>");
}

if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/portal/inc/hierMenus.js' TYPE='text/javascript'><\/SCRIPT>");
}