
document.write('<table cellSpacing=0 cellPadding=0 border=0 >'); 
document.write('<tr>'); 
document.write('<td width=80 valign=top><a href="javascript:AbreGal(\'galeria/galeria1.htm\')" onmouseover="CambiaImg(\'bot7\',\'bot7p\');return true" onmouseout="CambiaImg(\'bot7\',\'bot7\');return true"><IMG SRC="images/galeriain.gif" WIDTH="57" HEIGHT="11" BORDER="0" ALT="Galería Fotográfica" name=bot7></td>');
document.write('<td width=11><IMG SRC="images/fle.gif" WIDTH="8" HEIGHT="9" BORDER="0" ALT=""></td>'); 

if (opcion == 'opcion_link_crono') 
document.write('<td><span class=txt>Cronología</span></td>'); 
else
document.write('<td><a href=javascript:Abreven(\'crono/crono1.htm\') class=menu>Cronología</a></td>'); 

document.write('<td width=11><IMG SRC="images/fle.gif" WIDTH="8" HEIGHT="9" BORDER="0" ALT=""></td>'); 
if (opcion == 'opcion_link_perso') 
document.write('<td><span class=txt>Personajes</span>'); 
else
document.write('<td><a href=personajes.htm class=menu>Personajes</td>'); 

document.write('<td width=11><IMG SRC="images/fle.gif" WIDTH="8" HEIGHT="9" BORDER="0" ALT=""></td>');

if (opcion == 'opcion_link_glo') 
document.write('<td><span class=txt>Glosario</span>'); 
else
document.write('<td><a href=glosario.htm class=menu>Glosario</td>'); 

document.write('<td width=11><IMG SRC="images/fle.gif" WIDTH="8" HEIGHT="9" BORDER="0" ALT=""></td>'); 

if (opcion == 'opcion_link_bibli') 
document.write('<td><span class=txt>Bibliografía</span>'); 
else
document.write('<td><a href=biblio.htm class=menu>Bibliografía</td>'); 

document.write('<td width=11><IMG SRC="images/fle.gif" WIDTH="8" HEIGHT="9" BORDER="0" ALT=""></td>'); 

if (opcion == 'opcion_link_enla') 
document.write('<td><span class=txt>Enlaces de interés</span>'); 
else
document.write('<td><a href=enlaces.htm class=menu>Enlaces de interés</td>'); 

document.write('</table>'); 


