<!-- Begin
if (idioma=="es")
{
document.write('<table width="204" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('<tr><td height="28" background="imagenes/button.gif"><img src="imagenes/spacer.gif" width="27"  height="1"><strong><a href="index.html" class="menulink">Ediciones Efímeras</a></strong></td></tr>');
document.write('<tr><td height="28" background="imagenes/button.gif" ><img src="imagenes/spacer.gif" width="27"  height="1"><strong><a href="catalogo.html" class="menulink">Catálogo de Libros</a></strong></td></tr>');
document.write('<tr><td height="28" background="imagenes/button.gif" ><img src="imagenes/spacer.gif" width="27"  height="1"><strong><a href="leer.html" class="menulink">¿Cómo leer los Libros?</a></strong></td></tr>');
document.write('<tr><td height="28" background="imagenes/button.gif" ><img src="imagenes/spacer.gif" width="27"  height="1"><strong><a href="efimeros.html" class="menulink">Ezine Efímero</a></strong></td></tr>');
document.write('<tr><td height="28" background="imagenes/button.gif" ><img src="imagenes/spacer.gif" width="27"  height="1"><strong><a href="contacto.html" class="menulink">Contacto y Colaboraciones</a></strong></td></tr>');
document.write('<tr><td height="28" background="imagenes/button.gif" ><img src="imagenes/spacer.gif" width="27"  height="1"><strong><a href="acercade.html" class="menulink">Acerca de Ediciones Efímeras</a></strong></td></tr>');
document.write('<tr><td height="28" background="imagenes/button.gif" ><img src="imagenes/spacer.gif" width="27"  height="1"><strong><a href="enlaces.html" class="menulink">Enlaces</a></strong></td></tr>');
document.write('<tr><td><img src="imagenes/spacer.gif" width="1" height="27"></td></tr></table>');
}
else
{
document.write('<table width="204" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('<tr><td height="28" background="../imagenes/button.gif"><img src="../imagenes/spacer.gif" width="27"  height="1"><strong><a href="index_en.html" class="menulink">Ediciones Efímeras</a></strong></td></tr>');
document.write('<tr><td height="28" background="../imagenes/button.gif" ><img src="../imagenes/spacer.gif" width="27"  height="1"><strong><a href="catalogo_en.html" class="menulink">EBooks</a></strong></td></tr>');
document.write('<tr><td height="28" background="../imagenes/button.gif" ><img src="../imagenes/spacer.gif" width="27"  height="1"><strong><a href="leer_en.html" class="menulink">How can I read EBooks?</a></strong></td></tr>');
document.write('<tr><td height="28" background="../imagenes/button.gif" ><img src="../imagenes/spacer.gif" width="27"  height="1"><strong><a href="efimeros_en.html" class="menulink">Efímero Ezine</a></strong></td></tr>');
document.write('<tr><td height="28" background="../imagenes/button.gif" ><img src="../imagenes/spacer.gif" width="27"  height="1"><strong><a href="contacto_en.html" class="menulink">Contact & Submissions</a></strong></td></tr>');
document.write('<tr><td height="28" background="../imagenes/button.gif" ><img src="../imagenes/spacer.gif" width="27"  height="1"><strong><a href="acercade_en.html" class="menulink">About Ediciones Efímeras</a></strong></td></tr>');
document.write('<tr><td height="28" background="../imagenes/button.gif" ><img src="../imagenes/spacer.gif" width="27"  height="1"><strong><a href="enlaces_en.html" class="menulink">Links</a></strong></td></tr>');
document.write('<tr><td><img src="../imagenes/spacer.gif" width="1" height="27"></td></tr></table>');
}
//  End -->
