//funcion para abrir formulario de microseguros
function formmicro(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	var anchoventana = 500;
	var altoventana = 600;
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.concentra.com.mx/clientes/argos/microseguros_web/cotizacion/index.html','formulario','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana +', scrollbars=1');
	}

function contacto(){
	var chasm = screen.availWidth;
	var mount = screen.availHeight; 
	if (chasm > 450) {
	var anchoventana = 545;
	var altoventana = 420;
	}
	else {
	var anchoventana = 545;
	var altoventana = 420;
	}
	var posicionx = (chasm-anchoventana)/2;
	var posiciony = (mount-altoventana)/2;
	window.open('http://www.concentra.com.mx/clientes/argos/microseguros_web/contactenos/index.html','contacto','top='+ posiciony +',left='+ posicionx +',width='+ anchoventana +',height='+ altoventana);
	}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openBrWindow1(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
