function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function activa_pestana(boton,pestana,id){
	
	var botones = new Object();
	var capas = new Object();
	
	botones[0]="bt_inicio";
	botones[1]="bt_organizacion";
	botones[2]="bt_logistica";
	botones[3]="bt_boletines";
	botones[4]="bt_resultados";
	botones[5]="bt_agenda";
	botones[6]="bt_galeria";
	botones[7]="bt_usuarios";
	
	
	capas[0]="inicio";
	capas[1]="organizacion";
	capas[2]="logistica";
	capas[3]="boletines";
	capas[4]="resultados";
	capas[5]="agenda";
	capas[6]="galeria";
	capas[7]="usuarios";
	
	
	for (var x=0;x<8;x++){
		
		if (botones[x]==boton){
			document.getElementById(pestana).style.display = "block";
			document.getElementById(pestana).style.visibility = "visible";
			if (pestana=="noticias"){
				document.getElementById("bt_inicio").src = "../img/bt_inicio2_on.gif";
			}else{
				document.getElementById(boton).src = "../img/" + boton + "2_on.gif";
			}
			
			
				
		}else{
			
			document.getElementById(capas[x]).style.display = "none";
			document.getElementById(capas[x]).style.visibility = "hidden";
			if (botones[x]!="bt_noticias"){
				document.getElementById(botones[x]).src = "../img/" + botones[x] + "2_off.gif";
			}
		
		}
	}
			
}



function abre_doc(url,jornada,documento){

	window.open(url+"?id_jornada="+jornada+"&documento="+documento);
}

function validarEmail() {
 if(document.frm_contacto.mail.value!=""){
  if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(document.frm_contacto.mail.value))){
    alert("La dirección de email es incorrecta.");
				document.frm_contacto.mail.focus();
  }
 }
}

function envia_form(){
	var lEnvia=0;
	for(var x=0;x<=4;x++){
		if(document.frm_contacto.elements[x].value==""){
			alert("Debe rellenar todos los campos");
			x=4;
			lEnvia=1;
		}
		
	}
	
	if(lEnvia==0){
		document.forms[0].action="../usuarios/envia.asp";
		document.forms[0].submit();	
	}
}

function limpia_form(){
	for(var x=0;x<=5;x++){
		document.frm_contacto.elements[x].value="";
	}
}

function activa_dia(dia){
	
	var agenda = new Object();
	agenda[0]="1";
	agenda[1]="2";
	agenda[2]="3";
	agenda[3]="4";
	agenda[4]="5";
	
	for(var x=0;x<=4;x++){
	
		if(agenda[x]==dia){
			document.getElementById("p_agenda" + agenda[x]).style.display = "block";
			document.getElementById("p_agenda" + agenda[x]).style.visibility = "visible";
			document.getElementById("dia" + agenda[x]).src = "../img/cuadrado_on.gif";
			document.getElementById("enlace" + agenda[x]).style.fontWeight = "bold";
		}else{
			document.getElementById("p_agenda" + agenda[x]).style.display = "none";
			document.getElementById("p_agenda" + agenda[x]).style.visibility = "hidden";
			document.getElementById("dia" + agenda[x]).src = "../img/cuadrado_off.gif";
			document.getElementById("enlace" + agenda[x]).style.fontWeight = "normal";
		}
	}
	
}

function servicio_sms(opcion){

	var lProcesa=0;
	if(document.frm_sms.numero.value==""){
		alert("Debe incluir un número de teléfono móvil");
		return;
	}else{
		if (opcion=="B"){
			var res=confirm("¿Está seguro de darse de baja del servicio SMS?");
			if(res){
				lProcesa=1;
			}
		}else{
			lProcesa=1;
		}
	} 
	if (lProcesa==1){
		document.frm_sms.action="sms.asp?opcion=" + opcion;
		document.frm_sms.submit();
	}
	
}

function carga_img(img){
	
	var ruta="http://www.pariver.com/img_web/ctonat/" + img ;
	window.open(ruta,"linea","tolbar=no,width=800,height=600,location=no,directories=no,menubar=no,scrollbars=auto,resizable=no");		
}

function abre_legal(){
	window.open("../inicio/legal.asp","linea","tolbar=no,width=700,height=500,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no");	
}

function abre_noticia(id_noticia){
	window.open("http://www.juegosescolaresdearagon.com/ctonat/noticias/noticias.asp?id_noticia=" + id_noticia,"linea","tolbar=no,width=700,height=500,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no");	
}
document.write(' <\/script>');
