function escribirPortadaBME(ingles) {
  var html='';
  if (ingles) {
  html+='THIRD QUARTER 2011 RESULTS<br/>';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2011/BME Business performance 3Q11.pdf\',\'ing\');" alt="Business Evolution"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2011/BME 3Q11.pdf\',\'ing\');" alt="Presentation"> PRESENTATION </a>';
  } else {
  html+='RESULTADOS 3er. TRIMESTRE 2011<br/>';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2011/BME Evolucion negocios 3T11.pdf\',\'esp\');" alt="Resultados"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2011/BME 3T11.pdf\',\'esp\');" alt="Presentación"> PRESENTACIÓN </a>';
  }
  document.write(html);
}
 
function escribirPortadaAeI(ingles) {
  var html='';
  if (ingles) {
  html+='Third Quarter 2011 Results<br/>';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2011/BME Business performance 3Q11.pdf\',\'ing\');" alt="Business Evolution" class="resaltar"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2011/BME 3Q11.pdf\',\'ing\');" alt="Presentation" class="resaltar"> Presentation </a>';
  } else {
  html+='Resultados 3er. Trimestre 2011<br/>';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2011/BME Evolucion negocios 3T11.pdf\',\'esp\');" alt="Resultados" class="resaltar"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2011/BME 3T11.pdf\',\'esp\');" alt="Presentación" class="resaltar"> Presentación </a>';
  }
document.write(html);
}

