
if (IE) {document.write('<DIV ID="submenu" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')};

if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="submenu" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')};

tempBar="";
for (i=0;i<barText.length;i++) {
  tempBar+=barText.substring(i, i+1)+"<BR>";}

document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+10)+'"  background="images/fondo_menu.gif"><tr><td WIDTH="'+menuWidth+'" align="center"> <font face="Times New Roman" Size="2" Color="#FF9933"><b>'+'LUGARES DE INTERES'+'</b></font></td><td align="center" rowspan="100" width="10" ><p align="center"><font face="Times New Roman" Size="1" COLOR="#FF9933"><B>'+tempBar+'</B></font></p></TD></tr>');

function addItem(text, link, target) {
  if (!target) {target=linkTarget}
  document.write('<TR><TD height="20"><FONT face="Times New Roman" Size="2"><A HREF="'+link+'" target="'+target+'" CLASS="submenuItems">'+text+'</A></TD></TR>');}

addItem('Iglesia Románica de Santa María', 'a-santa.php', '');
addItem('Iglesia de Nuestra Señora de la Varga', 'a-iglesia.php', '');
addItem('Ruinas del castillo', 'a-castillo.php', '');
addItem('Calzada romana - Cuesta de la Varga', 'a-calzada.php', '');
addItem('La Cartuja', 'a-cartuja.php', '');
addItem('Restos del Convento de San Francisco', 'a-convento.php', '');
addItem('Casa de Cisneros', 'a-cisneros.php', '');
addItem('Ermita de San Roque', 'a-sanroque.php', '');
addItem('Fuente Gorda', 'a-fuentegorda.php', '');
addItem('Soportales', 'a-soportales.php', '');

document.write('<tr><td WIDTH="'+menuWidth+'" height="20"><hr color="#FF9933" width="90%"></td></tr>');
document.write('<tr><td WIDTH="'+menuWidth+'" height="40">');
document.write('<table border="0" cellpadding="0" cellspacing="0" WIDTH="100%">');
document.write('<tr><td>');
document.write('<table border="0" cellpadding="0" cellspacing="0" WIDTH="100%">');
addItem('Volver', 'javascript:history.back()', '');
addItem('Índice', 'indice.php', '');
document.write('</table>');
document.write('<td WIDTH="60" align="left" valign="top"><A HREF="javascript:fuente()" CLASS="submenuItems"><img src="images/grifocorriendo.gif" name="grifo" border=0 /></a></td></tr>');
document.write('</table>');
document.write('<tr><td bgcolor="#666666"><font size="0" face="Times New Roman"> </font></td></TR></table>');

if (IE) {document.write('</DIV>');}
if (NS) {document.write('</LAYER>');}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}

