activo=0;
nfilas=10;

	barra_1='<table width="760" height="5" border="0" cellpadding="0" cellspacing="0"><tr bgcolor="#ADADAD"><td height="2" align="left" valign="top" bgcolor="#66FFCC"><img src="images/tsupder.gif" width="55" height="11"></td><td width="48" height="2" align="right" valign="top" bgcolor="#66ffcc"><img src="images/tsupizq.gif" width="22" height="11"></td></tr></table>'

	barra_2='<table width="760" height="5" border="0" cellpadding="0" cellspacing="0"><tr><td bgcolor="#ADADAD"><img src="images/bnegra.gif" width="760" height="2"></td></tr></table>'

	barra_3='<table width="760" height="70" border="0" cellpadding="0" cellspacing="0"><tr><td width="140"><img src="images/avmp.gif" width="140" height="69"></td><td width="480"><img src="images/logo.gif" width="480" height="69"></td><td width="140"><img src="images/pedre.jpg" width="140" height="69"></td></tr></table>'

	barra_4='<table width="760" height="5" border="0" cellpadding="0" cellspacing="0"><tr><td bgcolor="#ADADAD"><img src="images/bnegra.gif" width="760" height="2"></td></tr></table>'

	barra_5='<table width="760" height="15" border="0" cellpadding="0" cellspacing="0"><tr bgcolor="#ADADAD"><td width="69" height="19" align="left" valign="bottom" bgcolor="#66FFCC"><img src="images/tinfizq.gif" width="55" height="11"></td><td width="287" bgcolor="#66FFCC" class="barraestado" valign="middle"><img src="images/flecha.gif" width="5" height="10" align="middle"><a href="index.htm" class="barrafija">Principal</a></td><td width="349" align="right" valign="bottom" bgcolor="#66FFCC"><span class="barrafija">[</span><a href="buscar.htm" class="barrafija"><img src="images/ibuscar.gif" width="21" height="15" border="0" align="middle">Buscar</a><span class="barrafija">]</span><span class="barrafija">[</span><a href="enlaces.htm" class="barrafija"><img src="images/ienlaces.gif" width="21" height="15" border="0" align="middle">Enlaces</a><span class="barrafija">]</span><span class="barrafija">[</span><a href="mapa.htm" class="barrafija"><img src="images/imapa.gif" width="17" height="15" border="0" align="middle">Mapa del Sitio</a><span class="barrafija">]</span><span class="barrafija">[</span><a href="index.htm" class="barrafija"><img src="images/iinicio.gif" width="21" height="15" border="0" align="middle">Inicio</a><span class="barrafija">]</span></td><td width="55" align="right" valign="bottom" bgcolor="#66FFCC"><img src="images/tfinder.gif" width="55" height="11"></td></tr></table>'
	
        menuIzdo='<table cellspacing="0" cellpadding="0" border="0" width="167"><tr><td id="fila1" class="posc0" onclick="javascript:location.href=\'quien.htm\'" onmouseover="onItem(1)" onmouseout="outItem(1)"><a href="quien.htm" class="enlaceblanco">Quiénes somos</a></td></tr><tr><td id="fila2" class="posc0" onclick="javascript:location.href=\'estatutos.htm\'" onmouseover="onItem(2)" onmouseout="outItem(2)"><a href="estatutos.htm" class="enlaceblanco">Estatutos</a></td></tr><tr><td id="fila3" class="posc0" onclick="javascript:location.href=\'socio.htm\'" onmouseover="onItem(3)" onmouseout="outItem(3)"><a href="socio.htm" class="enlaceblanco">Como Asociarse</a></td></tr><tr><td id="fila4" class="posc0" onclick="javascript:location.href=\'actividad.htm\'" onmouseover="onItem(4)" onmouseout="outItem(4)"><a href="actividad.htm" class="enlaceblanco">Actividades</a></td></tr><tr><td id="fila5" class="posc0" onclick="javascript:location.href=\'accsocio.htm\'" onmouseover="onItem(5)" onmouseout="outItem(5)"><a href="accsocio.htm" class="enlaceblanco">Acceso solo Socios</a></td></tr><tr><td id="fila6" class="posc0" onclick="javascript:location.href=\'colabora.htm\'" onmouseover="onItem(6)" onmouseout="outItem(6)"><a href="colabora.htm" class="enlaceblanco">Colabora con nosotros</a></td></tr><tr><td id="fila7" class="posc0" onclick="javascript:location.href=\'calenda.htm\'" onmouseover="onItem(7)" onmouseout="outItem(7)"><a href="calenda.htm" class="enlaceblanco">Calendario Actividades</a></td></tr><tr><td id="fila8" class="posc0" onclick="javascript:location.href=\'juvenil.htm\'" onmouseover="onItem(8)" onmouseout="outItem(8)"><a href="juvenil.htm" class="enlaceblanco">Club Juvenil</a></td></tr><tr><td id="fila9" class="posc0" onclick="javascript:location.href=\'opinion.htm\'" onmouseover="onItem(9)" onmouseout="outItem(9)"><a href="opinion.htm" class="enlaceblanco">Tu que Opinas</a></td></tr><tr><td id="fila10" class="posc0" onclick="javascript:location.href=\'index.htm\'" onmouseover="onItem(10)" onmouseout="outItem(10)"><a href="index.htm" class="enlaceblanco">   -   </a></td></tr></table>'

	function inicializa(){
	if (document.getElementById){
	   opcion= new Array
		for (n=1;n<=nfilas;n++){
		cual="fila"+n
		opcion[n]=document.getElementById(cual)
		}
	   }
	}
			
	function activar(n){
	if (document.getElementById){
		if (activo!=n){
		    opcion[n].className='posc1'
		    activo=n
		}
	   }
	}

	function activarEsp(n){
	if (document.getElementById){
		if (activo!=n){
			opcion[n].className='posc1'
			activo=n
		}
	  }
	}
	
	function onItem(n){
	if (document.getElementById){
		if (activo!=n){
		    opcion[n].className='posc1'
		}
	   }
	}

	function outItem(n){
	if (document.getElementById){
		if (activo!=n){
		    opcion[n].className='posc0'
		}
	   }
	}
	
	
