//funcion para abrir pop de Banorte
	function popbanorte(){
	var width = 800;  
	var height = 630;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('http://www.aforeargos.com/noticias/banorte.htm', 'InternetAfore', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no resizable=yes');
	}
	function bolsa_pop(){
	var width = 545;  
	var height = 420;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('http://www.concentra.com.mx/afore/bolsa_pop.htm', 'InternetAfore', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no resizable=yes');
	}
	
	function newWindow2(){
	var width = 780;  
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('http://www.aforeargos.com/ArgosInternetPension/Inicio.do?opcion=4', 'InternetAfore', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no resizable=yes');
	
	}
	
		function newWindow(){
	var width = 780;  
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('http://www.aforeargos.com/ArgosInternet/Inicio.do?opcion=4', 'InternetAfore', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no resizable=yes');
	}

	function contacto(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	if (chasm > 450) {
	var anchoventana = 545;
	var altoventana = 500;
	}
	else {
	var anchoventana = 545;
	var altoventana = 420;
	}
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.concentra.com.mx/WEBS/102aforeargos/contact/contacto.html','contacto','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana);
	}
	
//funcion para abrir noticia de Best
function best(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	var anchoventana = 568;
	var altoventana = 800;
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.aforeargos.com/noticias/012_dic_08_best.htm','noticia','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana +', scrollbars=1');
	}

function himno(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	if (chasm > 450) {
	var anchoventana = 400;
	var altoventana = 230;
	}
	else {
	var anchoventana = 400;
	var altoventana = 230;
	}
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.aforeargos.com/noticias/himno.htm','contacto','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana);
	}


