function escribirPortadaBME(ingles) {
  var html='';
  if (ingles) {
  html+='SECOND QUARTER 2010 RESULTS<br/>';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2010/Business performance 1H10.pdf\',\'ing\');" alt="Business Evolution"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2010/BME 2Q10.pdf\',\'ing\');" alt="Presentation"> PRESENTATION </a>';
  } else {
  html+='RESULTADOS 1er. SEMESTRE 2010<br/>';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2010/BME Evolucion negocios 1S10.pdf\',\'esp\');" alt="Resultados"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2010/BME 2T10.pdf\',\'esp\');" alt="Presentación"> PRESENTACIÓN </a>';
  }
  document.write(html);
}
 
function escribirPortadaAeI(ingles) {
  var html='';
  if (ingles) {
  html+='Second Quarter 2010 Results<br/>';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2010/Business performance 1H10.pdf\',\'ing\');" alt="Business Evolution" class="resaltar"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/ing/inf_legal/economico/2010/BME 2Q10.pdf\',\'ing\');" alt="Presentation" class="resaltar"> Presentation </a>';
  } else {
  html+='Resultados 1er. Semestre 2010<br/>';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2010/BME Evolucion negocios 1S10.pdf\',\'esp\');" alt="Resultados" class="resaltar"> PDF </a>';
  html+=' / ';
  html+='<a href="javascript:vent(\'/esp/inf_legal/economico/2010/BME 2T10.pdf\',\'esp\');" alt="Presentación" class="resaltar"> Presentación </a>';
  }
document.write(html);
}
