function otraventana()
{   
  eltexto=document.getElementById('texto').innerHTML;
  v=window.open('','', 'width=600,height=400, menubar=yes, resizable=yes');
  v.document.write("<html><head><title>Sinfónica de Minería - Temporada 2006</title><link rel=\"stylesheet\" href=\"tipografia-impresion.css\" type=\"text/css\"></head><body><img src=\"images/logotipo-impresion.gif\"/>"+eltexto+"</body></html>");
  v.document.close();
}      