var maximo=15
var acaba='Tonos y Logos'


function MENU(nombre,URL,target){
	this.nombre = nombre;
	this.URL = URL;
	this.target = target;
	
}


var miArray = new Array(maximo) 


miArray[0] = new MENU('Portada de Eurocopa','/deportes/eurocopa2004/','_top');
miArray[1] = new MENU('Noticias','/deportes/eurocopa2004/noticias/',''); 
miArray[2] = new MENU('Calendario','/deportes/eurocopa2004/directo/',''); 
miArray[3] = new MENU('Eurocopa Interactiva','/deportes/eurocopa2004/euro_flash/',''); 
miArray[4] = new MENU('El Blog de Estrada','/deportes/eurocopa2004/diario/',''); 
miArray[5] = new MENU('Con España','/deportes/eurocopa2004/seleccion/','');
miArray[6] = new MENU('Galería de fotos','/deportes/eurocopa2004/galeria/','');
miArray[7] = new MENU('Multimedia','http://multimedia.terra.es/seccion.cfm?s=42');
miArray[8] = new MENU('Chat','http://www.terra.es/deportes/eurocopa2004/chats/','');
miArray[9] = new MENU('Foro','http://www.terra.es/deportes/foro/portada.cfm?idforo=243&nivel=1','1');
miArray[10] = new MENU('Mensajes SMS','/deportes/eurocopa2004/sms/','');
miArray[11] = new MENU('Alertas móvil','http://alertas.terra.es/');
miArray[12] = new MENU('De Viaje','http://viajes.terra.es/buscador/destinos.cfm?pkcadena=lisboa');
miArray[13] = new MENU('Tienda','http://sportarea.terra.es/esp/subcategoria.php?Navegacion=Terra&Deporte=-31965');
miArray[14] = new MENU('Tonos y Logos','/deportes/eurocopa2004/tonos/','');




var sepTb2='<img src="/img/au.gif" width=1 height=12><br>';

document.write('<table width=138 border=0 cellspacing=0 cellpadding=0><tr><td width=1><img src="/img/au.gif" width=1 height=1></td><td class=borde><img src="/img/au.gif" width=1 height=1></td><td width=1><img src="/img/au.gif" width=1 height=1></td></tr><tr><td width=1 class=borde><img src="/img/au.gif" width=1 height=1></td><td><table width=136 border=0 cellspacing=0 cellpadding=0>');
    for (i=0;i<maximo;i++)
	{
       if (seccion==miArray[i].nombre)
       { 
         document.writeln("<tr><td height=20 class=act>&nbsp;<img src=\'/deportes/eurocopa2004/imgn/bullet_w.gif\' width=3 height=5>&nbsp;<a href=\'" + miArray[i].URL + "\' target=\'" + miArray[i].target + "\' class=nm><b>" + miArray[i].nombre + "</b></a></td></tr>"); 
       if (acaba==miArray[i].nombre) 
			      {
                    document.writeln("<tr><td class=nor><img src=\'/img/au.gif\' width=136 height=1></td></tr>"); 
                  }
			  	  else 
				  {
                    document.writeln("<tr><td><img src=\'/deportes/eurocopa2004/imgn/sep_w.gif\' width=136 height=2></td></tr>"); 
                  }            			  
        }

	    else
       {
        document.writeln("<tr><td height=20 class=nor>&nbsp;&nbsp;<a href=\'" + miArray[i].URL + "\' target=\'" + miArray[i].target + "\' class=nm>" + miArray[i].nombre + "</a></td></tr>"); 
            
			    if (acaba==miArray[i].nombre) 
			      {
                    document.writeln("<tr><td bgcolor=010157><img src=\'/img/au.gif\' width=136 height=1></td></tr>"); 
                  }			  
				  else 
				  {
                    document.writeln("<tr><td><img src=\'/deportes/eurocopa2004/imgn/sep_w.gif\' width=136 height=2></td></tr>"); 
                  }			 
			 
        }
     } 

document.write('</table></td><td width=1 class=borde><img src="/img/au.gif" width=1 height=1></td></tr><tr><td width=1><img src="/img/au.gif" width=1 height=1></td><td class=borde><img src="/img/au.gif" width=1 height=1></td><td width=1><img src="/img/au.gif" width=1 height=1></td></tr></table>'); 
