//***** 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 = false;
fntItal = false;
fntFam = "Arial";
backCol = "#003366";     
overCol = "#003366";
overFnt = "#ffffb7";
borWid = 1;
borCol = "#17506b";
borSty = "solid";
itemPad = 3;
imgSrc = "/portal/bcob/img2/imgAzulNS.gif";
imgSiz = 0;
separator = 1;
separatorCol = "#17506b";    
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/bcob/inc/hierArraysSRV.js' TYPE='text/javascript'><\/SCRIPT>");
}

//Usado para carregar a p?gina PoliticaDivNeg.jsp, pois possui uma fun??o que deve ser carregada no onload. 
if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/portal/bcob/inc/hierMenusSRV.js' TYPE='text/javascript'><\/SCRIPT>"); 
}
 