var ventana = null;

function informe_anual(aaaa) {
 if (ventana == null || ventana.closed) {
  var ancho = 618, alto = 332;
  var alto_p = screen.height / 2, ancho_p = screen.width / 2;
  var x = ancho_p - (ancho/2), y = alto_p - (alto/2);
  var cadena = "width="+ancho+",height="+alto
  if (document.all) {
   cadena = cadena + ",left="+x+",top="+y; }
  else {
   cadena = cadena + ",screenX="+x+",screenY="+y; }
   ventana = window.open("/encuestas/encuesta_publicaciones.asp?publicacion=Informe_anual_"+aaaa, "ree", "scrollbars=yes,resizable=yes," + cadena); }
 else {
  ventana.focus();
 }
}
function informe_responsabilidad_corporativa(aaaa) {
 if (ventana == null || ventana.closed) {
  var ancho = 618, alto = 332;
  var alto_p = screen.height / 2, ancho_p = screen.width / 2;
  var x = ancho_p - (ancho/2), y = alto_p - (alto/2);
  var cadena = "width="+ancho+",height="+alto
  if (document.all) {
   cadena = cadena + ",left="+x+",top="+y; }
  else {
   cadena = cadena + ",screenX="+x+",screenY="+y; }
   ventana = window.open("/encuestas/encuesta_publicaciones.asp?publicacion=Informe_de_Responsabilidad_Corporativa_"+aaaa, "ree", "scrollbars=yes,resizable=yes," + cadena); }
 else {
  ventana.focus();
 }
}
function informe_gobierno_corporativo(aaaa) {
 if (ventana == null || ventana.closed) {
  var ancho = 618, alto = 332;
  var alto_p = screen.height / 2, ancho_p = screen.width / 2;
  var x = ancho_p - (ancho/2), y = alto_p - (alto/2);
  var cadena = "width="+ancho+",height="+alto
  if (document.all) {
   cadena = cadena + ",left="+x+",top="+y; }
  else {
   cadena = cadena + ",screenX="+x+",screenY="+y; }
   ventana = window.open("/encuestas/encuesta_publicaciones.asp?publicacion=Informe_de_Gobierno_Corporativo_"+aaaa, "ree", "scrollbars=yes,resizable=yes," + cadena); }
 else {
  ventana.focus();
 }
}
function boletin_accionista() {
 if (ventana == null || ventana.closed) {
  var ancho = 618, alto = 332;
  var alto_p = screen.height / 2, ancho_p = screen.width / 2;
  var x = ancho_p - (ancho/2), y = alto_p - (alto/2);
  var cadena = "width="+ancho+",height="+alto
  if (document.all) {
   cadena = cadena + ",left="+x+",top="+y; }
  else {
   cadena = cadena + ",screenX="+x+",screenY="+y; }
   ventana = window.open("/encuestas/encuesta_publicaciones.asp?publicacion=Boletin_del_accionista", "ree", "scrollbars=yes,resizable=yes," + cadena); }
 else {
  ventana.focus();
 }
}

function cotizacion_cargada() {
 document.cargando.src='imagenes/marca_infobolsa_b.gif';
 document.cargando.width='155';
 document.cargando.height='18';
 document.cargando.alt="Information received of Infobolsa"
}
function cargando_cotizacion() {
 document.cargando.src='imagenes/cargadatos_ani_4.gif';
 document.cargando.width='180';
 document.cargando.height='11';
 document.cargando.alt="Downloading information of Infobolsa"
}

function bursatil_cargada() {
 document.cargando.src='imagenes/pixel_t.gif';
 document.cargando.width='200';
 document.cargando.height='1';
 document.cargando.alt=""
}
function cargando_bursatil() {
 document.cargando.src='imagenes/cargadatos_ani_3.gif';
 document.cargando.width='200';
 document.cargando.height='12';
 document.cargando.alt="Downloading information of Infobolsa"
}
