// EyeDea : funcoes JavaScript
//----------------------------------------
//popup
//----------------------------------------
function abreJanela(url,largura,altura,scrollbars,resizable,menubar,status,location,toolbar) {
 direita = (screen.width - largura)/2
 topo = (screen.height - altura)/2
 window.open(url,'','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar='+toolbar+',location='+location+',status='+status+',menubar='+menubar+',scrollbars='+scrollbars+',resizable='+resizable+'')
}
function abreJanelaTemp(url,largura,altura) {
	direita = (screen.width - largura)/2
	topo = (screen.height - altura)/2
	
	if(url == 106){
	window.open('abre_imagem.asp?imagem=http://www.tetrapak.com.br/images/tetraleite/coop_1-2-2006.jpg','','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no')
	}else if(url == 107){
	window.open('abre_imagem.asp?imagem=http://www.tetrapak.com.br/images/tetraleite/nova_abril.jpg','','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no')		
	}else if(url == 108){
	window.open('abre_imagem.asp?imagem=http://www.tetrapak.com.br/images/tetraleite/otempo_11-8-2006.jpg','','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no')			
	}else if(url == 109){
	window.open('abre_imagem.asp?imagem=http://www.tetrapak.com.br/images/tetraleite/folha_3-9-2006.gif','','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no')			
	}else if(url == 103){
	window.open('abre_imagem.asp?imagem=http://www.tetrapak.com.br/images/tetraleite/oglobo_20-11-2005.jpg','','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no')			
	}else if(url == 104){
	window.open('abre_imagem.asp?imagem=http://www.tetrapak.com.br/images/tetraleite/viva_25-11-2005.jpg','','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no')			
	}else if(url == 105){
	window.open('abre_imagem.asp?imagem=http://www.tetrapak.com.br/images/tetraleite/jt_27-12-2005.jpg','','width=' + largura + ',height=' + altura + ',top=' + topo + ', left=' + direita + 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no')			
	}else{
		
	}	
}
