var guia=new Array()
guia[0]=" &#62;&nbsp; "
guia[1]=" &nbsp; "

var ns6=document.getElementById&&!document.all
var ie=document.all
function show_text(thetext, whichdiv){
activo=1;
if (ie) eval("document.all."+whichdiv).innerHTML=guia[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=guia[thetext]
}

function reset(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML='&nbsp;'
else if (ns6) document.getElementById(whichdiv).innerHTML='&nbsp;'
}

function cambia(destino)
{
	switch(destino)
	{
	case "home":
		parent.contenidos.location="home.html";
		parent.menuesp.location="menuesp.html";
	break;
	case "directorio":
		parent.contenidos.location="directorio.html";
		parent.menuesp.location="menusespdir.html";
	break;
	case "noticias":
		parent.contenidos.location="noticias.html";
		parent.menuesp.location="menusespnot.html";
	break;
	case "solosocios":
		parent.contenidos.location="socios.html";
		parent.menuesp.location="menusespsoc.html";
	break;
	case "contactos":
		parent.contenidos.location="contactos.html";
		parent.menuesp.location="menusespcon.html";
	break;
	case "ligas":
		parent.contenidos.location="ligas.html";
		parent.menuesp.location="menusesplig.html";
	break;
	default:
		parent.location="index.html";
	break;
	}
}
