function cxx_razoesbanner()
{window.open('/br/redirect/redir_bncto_120razoes.html','_blank');}

function farol()
{window.open('/br/redirect/redir_selo_farol.html', 'farol', 'width=500,height=400,top=10,left=10,scrollbars=0,menubar=0,toolbar=no,statusbar=no,resizable=no');}

function leilaoveiculos()
{window.open('/br/redirect/redir_sl_leilaoveiculos.html', 'LeilaVeiculos', 'width=768,height=597,top=0,left=10,scrollbars=0,menubar=0,toolbar=no,statusbar=no,resizable=no');}

function hf_ecosport()
{window.open('/br/redirect/redir_dest5_hfecosport.html', 'hfecosport', 'width=779,height=436,top=10,left=10,scrollbars=0,menubar=0,toolbar=no,statusbar=no,resizable=no');}

function celebridades()
{window.open('/br/redirect/redir_celebridade.html','celebridades','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=770,height=430,top=10,left=10');}

function ab_conta()
{window.open('/br/redirect/abreconta.html','bradesco','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=290,height=330,top=10,left=10');}

function bradmobile()
{window.open('/br/redirect/redir_bradmobile.html','_blank');}

function opa()
{window.open('/br/redirect/menuvert/opa.html','opa','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=718,height=493,top=10,left=10');}

function brad_bb()
{window.open('/br/redirect/brad_bb.html', 'compartilhamento', 'width=706,height=550,top=0,left=10,scrollbars=0,menubar=0,toolbar=no,statusbar=no,resizable=no');}

function novos_bdns()
{window.open('/br/redirect/redir_bdn_inaug.html', '',    'width=550,height=400,top=0,left=0,scrollbars=0,menubar=0,toolbar=no,statusbar=no,resizable=no');}

function stop()
{document.all['seglayer'].style.visibility = 'hidden';}


var ns = document.layers;
var ie = document.all;
var ns6 = (document.getElementById && !document.all);
var div_Move;
var pos_inicial = 10;
var lastScrollY = 0;
var body_central;

function EventoScrol()
{
	var percent;
	
	if(document.body.scrollTop != lastScrollY && document.body.scrollTop < 480) 
	{
		
		percent = .3 * (document.body.scrollTop - lastScrollY);
	
		if(percent > 0) 
		{
			percent = Math.ceil(percent);
		}
		else 
		{
			percent = Math.floor(percent);
		}
		if(ie) 
		{
			if (pos_inicial > 471){
			pos_inicial = 471;	
			}
			pos_inicial += percent; 
			div_Move.pixelTop = pos_inicial;
		}
		if(ns) 
		{			
			div_Move.top = div_Move.top + percent;
		}
		if(ns6)
		{
			if (pos_inicial > 413){
			pos_inicial = 413;	
			}
			pos_inicial += percent;
			div_Move.top = pos_inicial;
		}		
		lastScrollY = lastScrollY + percent;
	}
	setTimeout('EventoScrol()',50);
}

function SetaDivMove()
{
	if(ie) 
	{
		div_Move = document.all['CSeg'].style;
		body_central = document.all['central'].style;
	}
	else if(ns)
	{
		div_Move = document.CSeg;
		body_central = document.central;
	}
	else if(ns6)
	{
		div_Move = document.getElementById('CSeg').style;
		body_central = document.getElementById('central').style;
	}
	EventoScrol();
	
	if(screen.width <= 640)
	{
		body_central.overflow='auto';
	}
}

function ReloadTop()
{ 
	try
	{
	parent.frames[0].frames.document.FormIB2001.AGN.focus(); 
	}
	catch(e)
	{
	var detect = navigator.userAgent.toLowerCase();
	if (detect.indexOf('mac') < 1)
	{top.location.href="http://www.bradesco.com.br/";}
	}
	SetaDivMove();
}
