
		<!--
		function reposicionar(){
			if (ope)
			{	SetTop("lCuerpo",-10);
			}
		}
		var canal;
		var subcanal;
		var aCanales = new Array();
		var tCanales = "";
		var resolucion;				//Se comprueba la resolucion del usuario
		var nPosLeft = 0;			//Posicion left donde debera de situarse la capa
		var nPosTop = 0;			//Posicion top donde se va a situar la capa
		var tipoFondo;				//Color de fondo de las tablas
		function objCanal(){
			this.id;
			this.posicion;
			this.texto;
			this.hijos = new Array();
			this.desplegado = 0;
			this.separador;
			this.URL;
			this.ayuda;
			this.color;
			this.icono;
		}
		function comprobar_resolucion() {
			if ((ns4) || (ns6)) {	history.go(0); }
			else { inicio(); }
		}
		function redibujar()
			{	var nObjs = aCanales.length;
				var cLink = "";
				tCanales = "";
				for (var i=0; i<=(nObjs-1);i++)
				{
					cLink = (ns4)?"n4link":"ielink";
					tipoFondo = "canales0105";
					if (aCanales[i].color == '2') {
						tipoFondo = "canales1314";
					}
					else { tipoFondo = "canales0105"; }
					if (aCanales[i].color == '3') {
						tipoFondo = "canalesWapPda";
						cLink = "Ver9RB6";
					}
					else { tipoFondo = "canales0105"; }
					if (aCanales[i].desplegado == 1) {
						cLink = (ns4)?"n4linkS":"ielinkS";				
						tipoFondo = "Seleccionado";
						iconoSel = "<td width='12' height='14'><img src='../img/fecha' width='12' height='14' alt='' border='0'></td>";
					}
					else { iconoSel = "<td width='12' height='14'><img src='../img/0.gif' width='12' height='14' alt='' border='0'></td>"; }
					if (aCanales[i].separador == '2')
					{
						tCanales += "<table  width='144' cellspacing='0' cellpadding='0' border='0'>";
						tCanales += "<tr bgcolor='#FFFFFF'><td height='10'><img src='../img/0.gif' width='1' height='10' alt='' border='0'></td></tr>";
						tCanales += "</table>";
					}
					tCanales += "<table class='"+ tipoFondo +"' width='144' cellspacing='0' cellpadding='0' border='0'>";
					tCanales += "<tr>";
					tCanales += iconoSel;
					tCanales += "<td width='5'><img src='../img/0.gif' width='5' height='1' alt='' border='0'></td>";
					if (aCanales[i].icono != '') {
						tCanales += "<td width='128'><a href='"+ aCanales[i].URL +"' class='"+ cLink +"'><img src='../img/"+ aCanales[i].icono +"'  border='0'>&nbsp;"+ aCanales[i].texto +"</a></td>";
					}
					else { tCanales += "<td width='128'><a href='"+ aCanales[i].URL +"' class='"+ cLink +"'>"+ aCanales[i].texto +"</a></td>";}
					tCanales += "</tr>";
					tCanales += "<tr bgcolor='#FFFFFF'><td colspan='3' height='1'><img src='../img/0.gif' width='1' height='1' alt='' border='0'></td></tr>";
					tCanales += "</table>";
					if (aCanales[i].hijos[0].id != null)
					{	if (aCanales[i].desplegado != 0)
						{ canal=i;
							var nObjsHijos = aCanales[i].hijos.length;
							for (var j=0;j<=(nObjsHijos-1);j++)
							{	tCanales += "<table width='145' cellspacing='0' cellpadding='0' border='0'>";
								tCanales += "<tr bgcolor='#FFFFFF'>";
								if ( (j == subcanal) && (i == canal) ) {
									tCanales += "<td width='12' height='16' align='right' valign='top'><img src='../img/0.gif' width='1' height='3' alt='' border='0'><img src='../img/0.gif' width='12' height='1' alt='' border='0'><img src='../img/icono.gif' width='3' height='6' alt='' border='0'></td>";
									tCanales += "<td width='5'><img src='../img/0.gif' width='5' height='1' alt='' border='0'></td>";
									tCanales += "<td width='128'><a href='"+ aCanales[i].hijos[j].URL +"' class='Ar10R00N'>"+ aCanales[i].hijos[j].texto +"</a></td>";
								}
								else {
									tCanales += "<td width='12' height='16'><img src='../img/0.gif' width='12' height='1' alt='' border='0'></td>";
									tCanales += "<td width='5'><img src='../img/0.gif' width='5' height='1' alt='' border='0'></td>";
									tCanales += "<td width='128'><a href='"+ aCanales[i].hijos[j].URL +"' class='Ar10R82'>"+ aCanales[i].hijos[j].texto +"</a></td>";
								}
								tCanales += "</tr>";
								tCanales += "<tr bgcolor='#FFFFFF'><td colspan='3' height='1'><img src='../img/0.gif' width='1' height='2' alt='' border='0'></td></tr>";
								tCanales += "</table>";
							}
							tCanales += "<img src='../img/0.gif' width='1' height='5' alt='' border='0'>";
						}
					}
				}
				ChangeLayerContent("lCanales",tCanales+"<br><br><table bgcolor='#F2F2EE' width='145' border=0><tr><TD WIDTH='5'><b></TD><td class='Ar10R00N'></td></b></tr></table>");
				ChangeVisibility("lCanales",1);
			}
			function deplegar(opSel){
			if (canal != -1 && canal != opSel)
			{	aCanales[canal].desplegado = 0;
			}
			if (aCanales[opSel].desplegado == 1)
			{
				aCanales[opSel].desplegado = 0;
			} else {
				aCanales[opSel].desplegado = 1; }
			redibujar();
		}
		function inicio(){
			if ((ns4) || (ns6))
			{	resolucion = window.innerWidth;
			} else
				{ resolucion = document.body.clientWidth; }
			nPosLeft2 = parseInt((resolucion/2),110) - 390 + nPosLeft;
			if (nPosLeft2 <=8) { nPosLeft2 = nPosLeft; }
		aCanales[0] = new objCanal;
		aCanales[0].id = "Inicio";
		aCanales[0].posicion = 0;
		aCanales[0].texto = "Inicio";
		aCanales[0].desplegado = 0;
		aCanales[0].separador = "1";
		aCanales[0].color = "1";
		aCanales[0].icono ="";
		aCanales[0].URL = "../es/default.htm";
		aCanales[0].hijos[0] = new objCanal;
		aCanales[0].hijos[0].id = null;
		
		aCanales[1] = new objCanal;
		aCanales[1].id = "Conózcanos";
		aCanales[1].posicion = 1;
		aCanales[1].texto = "Conózcanos";
		aCanales[1].desplegado = 0;
		aCanales[1].separador = "1";
		aCanales[1].color = "1";
		aCanales[1].icono ="../img/boton.gif";
		aCanales[1].URL = "../es/quienes.htm";
		aCanales[1].hijos[0] = new objCanal;
		aCanales[1].hijos[0].id = null;
		
		aCanales[2] = new objCanal;
		aCanales[2].id = "El Hostal";
		aCanales[2].posicion = 2;
		aCanales[2].texto = "El Hostal";
		aCanales[2].desplegado = 0;
		aCanales[2].separador = "1";
		aCanales[2].color = "1";
		aCanales[2].icono ="../img/boton.gif";
		aCanales[2].URL = "../es/el_hostal.htm";
		aCanales[2].hijos[0] = new objCanal;
		aCanales[2].hijos[0].id = null;
		
		
		aCanales[3] = new objCanal;
		aCanales[3].id = "Habitaciones";
		aCanales[3].posicion = 3;
		aCanales[3].texto = "Habitaciones";
		aCanales[3].desplegado = 0;
		aCanales[3].separador = "1";
		aCanales[3].color = "1";
		aCanales[3].icono ="../img/boton.gif";
		aCanales[3].URL = "../es/habitaciones.htm";
		aCanales[3].hijos[0] = new objCanal;
		aCanales[3].hijos[0].id = null;
		
		aCanales[4] = new objCanal;
		aCanales[4].id = "Restaurantes";
		aCanales[4].posicion = 4;
		aCanales[4].texto = "Restaurantes";
		aCanales[4].desplegado = 0;
		aCanales[4].separador = "1";
		aCanales[4].color = "1";
		aCanales[4].icono ="../img/boton.gif";
		aCanales[4].URL = "../es/restaurantes.htm";
		aCanales[4].hijos[0] = new objCanal;
		aCanales[4].hijos[0].id = null;
		
		aCanales[5] = new objCanal;
		aCanales[5].id = "Actividades y Ocio";
		aCanales[5].posicion = 5;
		aCanales[5].texto = "Actividades y Ocio";
		aCanales[5].desplegado = 0;
		aCanales[5].separador = "1";
		aCanales[5].color = "1";
		aCanales[5].icono ="../img/boton.gif";
		aCanales[5].URL = "../es/actividades_y_ocio.htm";
		aCanales[5].hijos[0] = new objCanal;
		aCanales[5].hijos[0].id = null;
		
		aCanales[6] = new objCanal;
		aCanales[6].id = "Cuevas de Castañar";
		aCanales[6].posicion = 6;
		aCanales[6].texto = "Cuevas de Castañar";
		aCanales[6].desplegado = 0;
		aCanales[6].separador = "1";
		aCanales[6].color = "1";
		aCanales[6].icono ="../img/boton.gif";
		aCanales[6].URL = "../es/cuevas.htm";
		aCanales[6].hijos[0] = new objCanal;
		aCanales[6].hijos[0].id = null;
		
		aCanales[7] = new objCanal;
		aCanales[7].id = "Tarifas";
		aCanales[7].posicion = 7;
		aCanales[7].texto = "Tarifas";
		aCanales[7].desplegado = 0;
		aCanales[7].separador = "1";
		aCanales[7].color = "1";
		aCanales[7].icono ="../img/boton.gif";
		aCanales[7].URL = "../es/tarifas.htm";
		aCanales[7].hijos[0] = new objCanal;
		aCanales[7].hijos[0].id = null;
		
		
		aCanales[8] = new objCanal;
		aCanales[8].id = "Reservas";
		aCanales[8].posicion = 8;
		aCanales[8].texto = "Reservas";
		aCanales[8].desplegado = 0;
		aCanales[8].separador = "1";
		aCanales[8].color = "1";
		aCanales[8].icono ="../img/boton.gif";
		aCanales[8].URL = "../es/reservas.htm";
		aCanales[8].hijos[0] = new objCanal;
		aCanales[8].hijos[0].id = null;
		
		aCanales[9] = new objCanal;
		aCanales[9].id = "Como llegar";
		aCanales[9].posicion = 9;
		aCanales[9].texto = "Como llegar";
		aCanales[9].desplegado = 0;
		aCanales[9].separador = "1";
		aCanales[9].color = "1";
		aCanales[9].icono ="../img/boton.gif";
		aCanales[9].URL = "../es/como_llegar.htm";
		aCanales[9].hijos[0] = new objCanal;
		aCanales[9].hijos[0].id = null;

		aCanales[10] = new objCanal;
		aCanales[10].id = "Álbum de Fotos";
		aCanales[10].posicion = 10;
		aCanales[10].texto = "Álbum de Fotos";
		aCanales[10].desplegado = 0;
		aCanales[10].separador = "1";
		aCanales[10].color = "1";
		aCanales[10].icono ="../img/boton.gif";
		aCanales[10].URL = "../es/albun_de_fotos.htm";
		aCanales[10].hijos[0] = new objCanal;
		aCanales[10].hijos[0].id = null;
		
		aCanales[11] = new objCanal;
		aCanales[11].id = "Contáctenos";
		aCanales[11].posicion = 11;
		aCanales[11].texto = "Contáctenos";
		aCanales[11].desplegado = 0;
		aCanales[11].separador = "1";
		aCanales[11].color = "1";
		aCanales[11].icono ="../img/boton.gif";
		aCanales[11].URL = "../es/contactenos.htm";
		aCanales[11].hijos[0] = new objCanal;
		aCanales[11].hijos[0].id = null;

		aCanales[12] = new objCanal;
		aCanales[12].id = "Noticias Regionales";
		aCanales[12].posicion = 12;
		aCanales[12].texto = "Noticias Regionales";
		aCanales[12].desplegado = 0;
		aCanales[12].separador = "2";
		aCanales[12].color = "1";
		aCanales[12].icono ="../img/boton.gif";
		aCanales[12].URL = "../es/noticias_regionales.htm";
		aCanales[12].hijos[0] = new objCanal;
		aCanales[12].hijos[0].id = null;
		
		aCanales[13] = new objCanal;
		aCanales[13].id = "Info. Práctica";
		aCanales[13].posicion = 13;
		aCanales[13].texto = "Info. Práctica";
		aCanales[13].desplegado = 0;
		aCanales[13].separador = "1";
		aCanales[13].color = "1";
		aCanales[13].icono ="../img/boton.gif";
		aCanales[13].URL = "javascript:deplegar(13)";
	
		aCanales[13].hijos[0] = new objCanal;
		aCanales[13].hijos[0].id = "Clima";
		aCanales[13].hijos[0].posicion = 0;
		aCanales[13].hijos[0].texto = "Clima";
		aCanales[13].hijos[0].URL = "http://www.inm.es/web/infmet/predi/prov.html";
		aCanales[13].hijos[0].separador = 1;
		aCanales[13].hijos[0].color = "4";
		aCanales[13].hijos[0].icono = "";
		
		aCanales[13].hijos[1] = new objCanal;
		aCanales[13].hijos[1].id = "Estado de las Carreteras";
		aCanales[13].hijos[1].posicion = 0;
		aCanales[13].hijos[1].texto = "Estado de las Carreteras";
		aCanales[13].hijos[1].URL = "http://www.dgt.es/carreteras/incidencias.html";
		aCanales[13].hijos[1].separador = 1;
		aCanales[13].hijos[1].color = "4";
		aCanales[13].hijos[1].icono = "";
		


				canal = 0;
				subcanal = -1;
				if (canal != -1)
				{	aCanales[canal].desplegado = 1;
				}
				redibujar();
			} 
		//-->
