function reposicionar(){
			if (ope)
			{	SetTop("lCuerpo",-10);
			}
		}
		var persiana;
		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='images/flecha_sel.gif' width='12' height='14' alt='' border='0'></td>";
					}
					else { iconoSel = "<td width='12' height='14'><img src='images/0.gif' width='0' height='14' alt='' border='0'></td>"; }
					if (aCanales[i].separador == '2')
					{
						tCanales += "<table  width='200' cellspacing='0' cellpadding='0' border='0'>";
						tCanales += "<tr bgcolor='#FFFFFF'><td height='10'><img src='images/0.gif' width='1' height='10' alt='' border='0'></td></tr>";
						tCanales += "</table>";
					}
					tCanales += "<table class='"+ tipoFondo +"' width='200' cellspacing='0' cellpadding='0' border='0'>";
					tCanales += "<tr>";
					tCanales += iconoSel;
					tCanales += "<td width='5'><img src='images/0.gif' width='5' height='1' alt='' border='0'></td>";
					if (aCanales[i].icono != '') {
						tCanales += "<td width='200'><a href='"+ aCanales[i].URL +"' class='"+ cLink +"'><img src='"+ aCanales[i].icono +"'  border='0'>&nbsp;"+ aCanales[i].texto +"</a></td>";
					}
					else { tCanales += "<td width='200'><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='images/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='180' 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='images/0.gif' width='1' height='3' alt='' border='0'><img src='images/0.gif' width='12' height='1' alt='' border='0'><img src='images/icono.gif' width='3' height='6' alt='' border='0'></td>";
									tCanales += "<td width='5'><img src='images/0.gif' width='5' height='1' alt='' border='0'></td>";
									tCanales += "<td width='180'><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='images/0.gif' width='12' height='1' alt='' border='0'></td>";
									tCanales += "<td width='5'><img src='images/0.gif' width='5' height='1' alt='' border='0'></td>";
									tCanales += "<td width='180'><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='images/0.gif' width='1' height='2' alt='' border='0'></td></tr>";
								tCanales += "</table>";
							}
							tCanales += "<img src='images/0.gif' width='5' height='5' alt='' border='0'>";
						}
					}
				}

				ChangeLayerContent("lCanales",tCanales);
				ChangeVisibility("lCanales",1);
			}
		function deplegar(opSel, llama, elsubcanal){
			if (canal != -1 && canal != opSel)
			{	aCanales[canal].desplegado = 0;
			}
			if (aCanales[opSel].desplegado == 1)
			{
				aCanales[opSel].desplegado = 0;
			} else {
				aCanales[opSel].desplegado = 1;}
			if (opSel != llama)
			{
				subcanal = -1;
			} else {
				subcanal = elsubcanal;
			}

			redibujar();
		}
		function inicio(elcanal, elsubcanal, llama){
			if ((ns4) || (ns6))
			{	resolucion = window.innerWidth;
			} else
				{ resolucion = document.body.clientWidth; }
			nPosLeft2 = parseInt((resolucion/2),10) - 390 + nPosLeft;
			if (nPosLeft2 <=8) { nPosLeft2 = nPosLeft; }
		if (elcanal == -1 && elsubcanal == -1) 
		{ persiana = 1;
		} else
		{ persiana = 0;
		}
//		persiana = 0
		aCanales[0] = new objCanal;
		aCanales[0].id = "Maestros";
		aCanales[0].posicion = 0;
		aCanales[0].texto = "Maestros";
		aCanales[0].desplegado = persiana;
		aCanales[0].separador = "1";
		aCanales[0].color = "1";
		aCanales[0].icono ="";
		aCanales[0].URL = "detopdoc.asp?id=5&ec=0&es=0";
		aCanales[0].hijos[0] = new objCanal;
		aCanales[0].hijos[0].id = "Infantil";
		aCanales[0].hijos[0].posicion = 0;
		aCanales[0].hijos[0].texto = "Educación Infantil";
		aCanales[0].hijos[0].URL = "detopdoc.asp?id=5&ec=0&es=0";
		aCanales[0].hijos[0].separador = 1;
		aCanales[0].hijos[0].color = 1;
		aCanales[0].hijos[0].icono = "";
		aCanales[0].hijos[1] = new objCanal;
		aCanales[0].hijos[1].id = "Especial";
		aCanales[0].hijos[1].posicion = 0;
		aCanales[0].hijos[1].texto = "Pedagogía Terapéutica";
		aCanales[0].hijos[1].URL = "detopdoc.asp?id=6&ec=0&es=1";
		aCanales[0].hijos[1].separador = 1;
		aCanales[0].hijos[1].color = 1;
		aCanales[0].hijos[1].icono = "";
		aCanales[0].hijos[2] = new objCanal;
		aCanales[0].hijos[2].id = "Fisica";
		aCanales[0].hijos[2].posicion = 0;
		aCanales[0].hijos[2].texto = "Educación Física";
		aCanales[0].hijos[2].URL = "detopdoc.asp?id=7&ec=0&es=2";
		aCanales[0].hijos[2].separador = 1;
		aCanales[0].hijos[2].color = 1;
		aCanales[0].hijos[2].icono = "";
		aCanales[0].hijos[3] = new objCanal;
		aCanales[0].hijos[3].id = "Audicion";
		aCanales[0].hijos[3].posicion = 0;
		aCanales[0].hijos[3].texto = "Audición y Lenguaje";
		aCanales[0].hijos[3].URL = "detopdoc.asp?id=10&ec=0&es=3";
		aCanales[0].hijos[3].separador = 1;
		aCanales[0].hijos[3].color = 1;
		aCanales[0].hijos[3].icono = "";
		aCanales[0].hijos[4] = new objCanal;
		aCanales[0].hijos[4].id = "Ingles";
		aCanales[0].hijos[4].posicion = 0;
		aCanales[0].hijos[4].texto = "Inglés";
		aCanales[0].hijos[4].URL = "detopdoc.asp?id=8&ec=0&es=4";
		aCanales[0].hijos[4].separador = 1;
		aCanales[0].hijos[4].color = 1;
		aCanales[0].hijos[4].icono = "";
		aCanales[0].hijos[5] = new objCanal;
		aCanales[0].hijos[5].id = "Musica";
		aCanales[0].hijos[5].posicion = 0;
		aCanales[0].hijos[5].texto = "Música";
		aCanales[0].hijos[5].URL = "detopdoc.asp?id=9&ec=0&es=5";
		aCanales[0].hijos[5].separador = 1;
		aCanales[0].hijos[5].color = 1;
		aCanales[0].hijos[5].icono = "";
		aCanales[0].hijos[6] = new objCanal;
		aCanales[0].hijos[6].id = "Francés";
		aCanales[0].hijos[6].posicion = 0;
		aCanales[0].hijos[6].texto = "Francés";
		aCanales[0].hijos[6].URL = "detopdoc.asp?id=61&ec=0&es=6";
		aCanales[0].hijos[6].separador = 1;
		aCanales[0].hijos[6].color = 1;
		aCanales[0].hijos[6].icono = "";
		aCanales[0].hijos[7] = new objCanal;
		aCanales[0].hijos[7].id = "Primaria";
		aCanales[0].hijos[7].posicion = 0;
		aCanales[0].hijos[7].texto = "Primaria";
		aCanales[0].hijos[7].URL = "detopdoc.asp?id=69&ec=0&es=7";
		aCanales[0].hijos[7].separador = 1;
		aCanales[0].hijos[7].color = 1;
		aCanales[0].hijos[7].icono = "";
	
		aCanales[1] = new objCanal;
		aCanales[1].id = "Secundaria";
		aCanales[1].posicion = 1;
		aCanales[1].texto = "Profesores Secundaria";
		aCanales[1].desplegado = persiana;
		aCanales[1].separador = "1";
		aCanales[1].color = "1";
		aCanales[1].icono ="";
		aCanales[1].URL = "detopdoc.asp?id=11&ec=1&es=0";
		aCanales[1].hijos[0] = new objCanal;
		aCanales[1].hijos[0].id = "Psicopedagogia";
		aCanales[1].hijos[0].posicion = 0;
		aCanales[1].hijos[0].texto = "Orientación Educativa";
		aCanales[1].hijos[0].URL = "detopdoc.asp?id=11&ec=1&es=0";
		aCanales[1].hijos[0].separador = 1;
		aCanales[1].hijos[0].color = 1;
		aCanales[1].hijos[0].icono = "";
		aCanales[1].hijos[1] = new objCanal;
		aCanales[1].hijos[1].id = "Geografia";
		aCanales[1].hijos[1].posicion = 0;
		aCanales[1].hijos[1].texto = "Geografía e Historia";
		aCanales[1].hijos[1].URL = "detopdoc.asp?id=12&ec=1&es=1";
		aCanales[1].hijos[1].separador = 1;
		aCanales[1].hijos[1].color = 1;
		aCanales[1].hijos[1].icono = "";
		aCanales[1].hijos[2] = new objCanal;
		aCanales[1].hijos[2].id = "FOL";
		aCanales[1].hijos[2].posicion = 0;
		aCanales[1].hijos[2].texto = "Formación y Orientación Laboral";
		aCanales[1].hijos[2].URL = "detopdoc.asp?id=13&ec=1&es=2";
		aCanales[1].hijos[2].separador = 1;
		aCanales[1].hijos[2].color = 1;
		aCanales[1].hijos[2].icono = "";
		aCanales[1].hijos[3] = new objCanal;
		aCanales[1].hijos[3].id = "Musica";
		aCanales[1].hijos[3].posicion = 0;
		aCanales[1].hijos[3].texto = "Música";
		aCanales[1].hijos[3].URL = "detopdoc.asp?id=14&ec=1&es=3";
		aCanales[1].hijos[3].separador = 1;
		aCanales[1].hijos[3].color = 1;
		aCanales[1].hijos[3].icono = "";
		aCanales[1].hijos[4] = new objCanal;
		aCanales[1].hijos[4].id = "Biologia";
		aCanales[1].hijos[4].posicion = 0;
		aCanales[1].hijos[4].texto = "Biología y Geología";
		aCanales[1].hijos[4].URL = "detopdoc.asp?id=15&ec=1&es=4";
		aCanales[1].hijos[4].separador = 1;
		aCanales[1].hijos[4].color = 1;
		aCanales[1].hijos[4].icono = "";
		aCanales[1].hijos[5] = new objCanal;
		aCanales[1].hijos[5].id = "Lengua";
		aCanales[1].hijos[5].posicion = 0;
		aCanales[1].hijos[5].texto = "Lengua Castellana y Literatura";
		aCanales[1].hijos[5].URL = "detopdoc.asp?id=16&ec=1&es=5";
		aCanales[1].hijos[5].separador = 1;
		aCanales[1].hijos[5].color = 1;
		aCanales[1].hijos[5].icono = "";
		aCanales[1].hijos[6] = new objCanal;
		aCanales[1].hijos[6].id = "Ingles";
		aCanales[1].hijos[6].posicion = 0;
		aCanales[1].hijos[6].texto = "Inglés";
		aCanales[1].hijos[6].URL = "detopdoc.asp?id=17&ec=1&es=6";
		aCanales[1].hijos[6].separador = 1;
		aCanales[1].hijos[6].color = 1;
		aCanales[1].hijos[6].icono = "";
		aCanales[1].hijos[7] = new objCanal;
		aCanales[1].hijos[7].id = "Tecnologia";
		aCanales[1].hijos[7].posicion = 0;
		aCanales[1].hijos[7].texto = "Tecnología";
		aCanales[1].hijos[7].URL = "detopdoc.asp?id=18&ec=1&es=7";
		aCanales[1].hijos[7].separador = 1;
		aCanales[1].hijos[7].color = 1;
		aCanales[1].hijos[7].icono = "";
		aCanales[1].hijos[8] = new objCanal;
		aCanales[1].hijos[8].id = "Intervencion";
		aCanales[1].hijos[8].posicion = 0;
		aCanales[1].hijos[8].texto = "Intervención Sociocomunitaria";
		aCanales[1].hijos[8].URL = "detopdoc.asp?id=19&ec=1&es=8";
		aCanales[1].hijos[8].separador = 1;
		aCanales[1].hijos[8].color = 1;
		aCanales[1].hijos[8].icono = "";
		aCanales[1].hijos[9] = new objCanal;
		aCanales[1].hijos[9].id = "Informática";
		aCanales[1].hijos[9].posicion = 0;
		aCanales[1].hijos[9].texto = "Informática";
		aCanales[1].hijos[9].URL = "detopdoc.asp?id=21&ec=1&es=9";
		aCanales[1].hijos[9].separador = 1;
		aCanales[1].hijos[9].color = 1;
		aCanales[1].hijos[9].icono = "";
		aCanales[1].hijos[10] = new objCanal;
		aCanales[1].hijos[10].id = "Matematicas";
		aCanales[1].hijos[10].posicion = 0;
		aCanales[1].hijos[10].texto = "Matemáticas";
		aCanales[1].hijos[10].URL = "detopdoc.asp?id=22&ec=1&es=10";
		aCanales[1].hijos[10].separador = 1;
		aCanales[1].hijos[10].color = 1;
		aCanales[1].hijos[10].icono = "";
		aCanales[1].hijos[11] = new objCanal;
		aCanales[1].hijos[11].id = "Fisica";
		aCanales[1].hijos[11].posicion = 0;
		aCanales[1].hijos[11].texto = "Física y Química";
		aCanales[1].hijos[11].URL = "detopdoc.asp?id=23&ec=1&es=11";
		aCanales[1].hijos[11].separador = 1;
		aCanales[1].hijos[11].color = 1;
		aCanales[1].hijos[11].icono = "";
		aCanales[1].hijos[12] = new objCanal;
		aCanales[1].hijos[12].id = "Valenciano";
		aCanales[1].hijos[12].posicion = 0;
		aCanales[1].hijos[12].texto = "Lengua y Literatura Valenciana";
		aCanales[1].hijos[12].URL = "detopdoc.asp?id=24&ec=1&es=12";
		aCanales[1].hijos[12].separador = 1;
		aCanales[1].hijos[12].color = 1;
		aCanales[1].hijos[12].icono = "";
	aCanales[2] = new objCanal;
		aCanales[2].id = "Educadores";
		aCanales[2].posicion = 2;
		aCanales[2].texto = "Educadores";
		aCanales[2].desplegado = persiana;
		aCanales[2].separador = "1";
		aCanales[2].color = "1";
		aCanales[2].icono ="";
		aCanales[2].URL = "detopdoc.asp?id=79&ec=2&es=0";
		aCanales[2].hijos[0] = new objCanal;
		aCanales[2].hijos[0].id = "UPVEEI";
		aCanales[2].hijos[0].posicion = 0;
		aCanales[2].hijos[0].texto = "UPV: Educador Escuela Infantil";
		aCanales[2].hijos[0].URL = "detopdoc.asp?id=79&ec=2&es=0";
		aCanales[2].hijos[0].separador = 1;
		aCanales[2].hijos[0].color = 1;
		aCanales[2].hijos[0].icono = "";
		aCanales[2].hijos[1] = new objCanal;
		aCanales[2].hijos[1].id = "GVEEE";
		aCanales[2].hijos[1].posicion = 1;
		aCanales[2].hijos[1].texto = "GV: Educador Educación Especial";
		aCanales[2].hijos[1].URL = "detopsso.asp?id=38&ec=1&es=3";
		aCanales[2].hijos[1].separador = 1;
		aCanales[2].hijos[1].color = 1;
		aCanales[2].hijos[1].icono = "";
		aCanales[2].hijos[2] = new objCanal;
		aCanales[2].hijos[2].id = "GVEEI";
		aCanales[2].hijos[2].posicion = 2;
		aCanales[2].hijos[2].texto = "GV: Educador Educación Infantil";
		aCanales[2].hijos[2].URL = "detopsso.asp?id=39&ec=1&es=4";
		aCanales[2].hijos[2].separador = 1;
		aCanales[2].hijos[2].color = 1;
		aCanales[2].hijos[2].icono = "";
	
		aCanales[3] = new objCanal;
		aCanales[3].id = "ConvVale";
		aCanales[3].posicion = 3;
		aCanales[3].texto = "Comunidad Valenciana 2010";
		aCanales[3].desplegado = 0;
		aCanales[3].separador = "2";
		aCanales[3].color = "1";
		aCanales[3].icono ="";
		aCanales[3].URL = "opdocval.asp?ec=3&es=-1";
		aCanales[3].hijos[0] = new objCanal;
		aCanales[3].hijos[0].id = null;

		aCanales[4] = new objCanal;
		aCanales[4].id = "UltimasConv";
		aCanales[4].posicion = 4;
		aCanales[4].texto = "Últimas Convocatorias";
		aCanales[4].desplegado = 0;
		aCanales[4].separador = "2";
		aCanales[4].color = "1";
		aCanales[4].icono ="";
		aCanales[4].URL = "ultopdoc.asp?ec=4&es=-1";
		aCanales[4].hijos[0] = new objCanal;
		aCanales[4].hijos[0].id = null;
	
	 	canal = elcanal;
		subcanal = elsubcanal;
				if (canal != -1)
				{	aCanales[canal].desplegado = 1;
				}
				redibujar();
			} 
			
		function asigna(elcanal, elsubcanal) {
		bidbuscado = 1;
		inicio(elcanal, elsubcanal);
		}
