var cabecera;

cabecera =
"<table width=100% border=0 cellspacing=0 cellpadding=0>" +
"<tr> " +
"    <td height=26> " +
"      <table width=600 border=0 cellspacing=0 cellpadding=0 align=center height=41>" +
"        <tr> " +
"          <td width=133 height=43> " +    
"      <p align=center><a href=index.asp><img src=Graficos/logo-todoebook.gif width=125 height=36 border=0 alt='Ir a la página de inicio'></a></p>" +
"          </td>" +
"          <td width=345 height=43 valign=bottom> " +      
"      <div align=center><span class=menu-sup><a href=mi-cesta.asp class=menu-sup><img src=Graficos/carrito.gif width=18 height=14 border=0 hspace=5 border=0 alt='Ver mi cesta'> Mi cesta</a> | <a href=mis-pedidos.asp class=menu-sup>Mi cuenta</a></span> " +
"       <span class=menu-sup>| <a href=ayuda.html class=menu-sup>Ayuda</a></span> " +
"       <span class=menu-sup>| <a href=contacta.html class=menu-sup>Contacta</a></span></div>" +
"          </td>" +   
"     <td width=122 height=43><div align=center><a href=index-ing.asp><img src=Graficos/icono-version-ingles-espanol.gif width=77 height=17 border=0 alt='English version'></a></div></td>" +
"        </tr>" +
"      </table>" +
"    </td>" +
"  </tr>" +
"  <tr> " +
"    <td bgcolor=a3b107 height=2> " +
"      <div align=center> " +
"        <table width=561 border=0 cellspacing=0 cellpadding=0 align=center>" +
"          <tr>" +
"           <td width=47><a href=index.asp><img src=Graficos/menu-opc1-out.gif height=27 border=0 alt='Ir a la página de inicio'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=74><a href=acerca.html><img src=Graficos/menu-opc2-out.gif border=0 alt='Información acerca de Todoebook'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=68><a href=que-es-un-ebook.html><img src=Graficos/menu-opc3-out.gif height=27 border=0 alt='Qué es y cómo se realiza la descarga de un libro'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=51><a href=ebooks-gratis.asp><img src=Graficos/menu-opc4-out.gif height=27 border=0 alt='Descarga tus libros gratis en formato eBook'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=61><a href=kiosco.asp><img src=Graficos/menu-top-kiosco.gif height=27 border=0 alt='Tu e-Kiosco cultural de Todoebook'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=43><a href=faq.html><img src=Graficos/menu-opc5-out.gif height=27 border=0 alt='Preguntas y respuestas más frecuentes'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=56><a href=e-novedades.asp><img src=Graficos/menu-opc6-out.gif height=27 border=0 alt='Suscríbete para recibir nuestras novedades'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=129></td>" +
"            <td width=61><a href=zona-editorial.html><img src=Graficos/menu-opc7-out.gif height=27 border=0 alt='Información específica para editores o servicios de publicaciones'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=61><a href=zona-librerias.asp><img src=Graficos/menu-opc8-out.gif height=27 border=0 alt='Información específica para librerías'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"            <td width=75><a href=zona-dispositivosdelectura.asp><img src=Graficos/menu-opc9-out.gif height=27 border=0 alt='Información sobre dispositivos de lectura'></a></td>" +
"            <td width=4><img src=Graficos/menu-opc-separ.gif width=4 height=27 border=0></td>" +
"          </tr>" +
"        </table>" +
"      </div>" +
"    </td>" +
"  </tr>" +
"</table>";
document.write(cabecera)
