function bestemployers(){
	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('noticias/bestemployers.htm','noticias','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana +', scrollbars=0');

}

function promocion(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	var anchoventana = 650;
	var altoventana = 550;
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('promociones/promociones.htm','map','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana +', scrollbars=1');

}
	function mapa1(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	var anchoventana = 670;
	var altoventana = 490;
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.saludargos.com/coberturas/index.htm','map','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana +', scrollbars=1');
	}
	
	
	//funcion para abrir noticia de c60
function c60(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	var anchoventana = 800;
	var altoventana = 600;
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.saludargos.com/noticias/presentacion_c60.htm','noticia','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana +', scrollbars=1');
	}


//funcion para mandar llamar la página de contacto
	function contacto(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	if (chasm > 500) {
	var anchoventana = 550;
	var altoventana = 500;
	}
	else {
	var anchoventana = 550;
	var altoventana = 500;
	}
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.concentra.com.mx/clientes/argos/salud/contact/contacto.html','contacto','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana);
	}

	function gripeaviar1(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	var anchoventana = 545;
	var altoventana = 490;
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('extras/pop_gripeaviar.htm','mellitus','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana +', scrollbars=1');
	
}

//funcion para abrir la del himno
function himno(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	if (chasm > 450) {
	var anchoventana = 450;
	var altoventana = 300;
	}
	else {
	var anchoventana = 450;
	var altoventana = 300;
	}
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.segurosargos.com/noticias/himno.htm','noticia','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana);
	}

