<!--
if (document.all||document.layers) {
makeStatic();}

var text=new Array();
var thelink=new Array();

//configure thelinks below. Extend as desired

text[0]="Tablón de anuncios";
text[1]="Actividades";
text[2]="Contacta con nosotros";
text[3]="Joaquín Muñoz-El Penas";
text[4]="Fiestas tradicionales";
text[5]="Vistas-Paisajes";
text[6]="Fotos antiguas";
text[7]="Establecimientos";
text[8]="Gastronomía";
text[9]="Senderismo";
text[10]="Enlaces";
text[11]="Chat";
text[12]="Mapa web";


thelink[0]="Amigos.htm";
thelink[1]="Actividades.htm";
thelink[2]="Asociacion.htm";
thelink[3]="Joaquin.htm";
thelink[4]="Fiestas.htm";
thelink[5]="Fotos-Paisajes.htm";
thelink[6]="Fotos-antiguas.htm";
thelink[7]="Establecimientos.htm";
thelink[8]="Gastronomia.htm";
thelink[9]="Senderismo.htm";
thelink[10]="Enlaces.htm";
thelink[11]="M_Chat.htm";
thelink[12]="Mapa.htm";


//enter target of above links
//Valid values are '', 'new', or 'framename' (where 'framename' is the name of the frame you wish the links to target)
var linktarget=''

///DO NOT EDIT BELOW THIS LINE////////////////

function navigateie(which){
if (linktarget=='')
window.location=thelink[which]
else if (linktarget=='new')
window.open(thelink[which])
else{
temp_var=eval("window.parent."+linktarget)
temp_var.location=thelink[which]
}
}

for (i=0;i<=text.length-1;i++)
if (document.all) {document.write('<TR><TD height=20 bgcolor=white onclick="navigateie('+i+')" onmouseover="className=\'hl\'" onmouseout="className=\'n\'"><FONT SIZE=2 FACE=ARIAL>&nbsp;'+text[i]+'</FONT></TD></TR>')}
else {document.write('<TR><TD bgcolor="white"><ILAYER><LAYER HEIGHT="18" onmouseover="this.bgColor=\'yellow\'" onmouseout="this.bgColor=\'white\'" width=131><FONT SIZE=2 FACE=ARIAL>&nbsp;<A HREF="'+thelink[i]+'" target="'+linktarget+'" id="nounderline">'+text[i]+'</A></FONT></LAYER></ILAYER></TD></TR>')}

//-->

