var d = document;
var is_gecko = navigator.userAgent.match("Gecko");
var is_ie = d.all;
d.write('<link type="text/css" href="../scriptcss/style'+ (is_gecko ? 'geko' : '') +'.css" rel="stylesheet" />');
if (navigator.userAgent.match("Netscape/")) {
	d.onmousemove = function (e) {
		parent.document.escondemenu();
	}
}


function abreTelaAviso(url)
{
	window.open('https://ww46.itau.com.br/itau/alerta/aviso.jsp?lk='+ url,'saida','width=700,height=412');
}


function abreEmpre()
{
	window.open('../premio_itau_empre/index.htm', '','height=450,width=800,toolbar=no,location=no,Directory=no,Status=no,menubar=no,scrollbars=yes,resizable=yes,top=0,left=0');
}


function abreunicef()
{
	window.open('../premio_itau_unicef/home.html','premios','width=640,height=435,toolbar=no,location=no,Directory=no,Status=no,menubar=no,scrollbars=yes,resizable=no,top=0,left=0');
}


function abreEscVol()
{
	abreTelaAviso('http://www.radiobandeirantes.com.br/escolavoluntaria');
}


function abrirVoluntario()
{
	//abreTelaAviso('http://www.ivoluntarios.org.br');
	location.href="http://www.fundacaoitausocial.org.br/prog_itau_voluntario/prog_voluntario.htm";
}

function abreFies()
{
	window.open('http://www.itau.com.br/fies/index.htm','fies','width=777,height=420,toolbar=no,location=no,Directory=no,Status=no,menubar=no,scrollbars=no,resizable=no,top=0,left=0');
}

function clique_aqui()
{
	var intTop = 0; 
	var intLeft = 0; 
	var intWidth = 752; 
	var intHeight = 412; 
	intTop = (window.screen.availHeight-intHeight)/2; intLeft = (window.screen.availWidth-intWidth)/2; 
	window.open('https://ww2.itau.com.br/itausocial/premio_escrev_fut/pop_index.aspx', 'ESCREVE', 'top=' + intTop + ', left=' + intLeft + ', width=' + intWidth + ', height=' + intHeight);
}



