var ruta = window.location.href;
if(ruta.indexOf("multimedia")<0){
	if(ruta.indexOf("encuesta")<0&&(ruta.indexOf("dia")>0||ruta.indexOf("video")>0)){
		instantiateScroller(0, "scroll0", 7, 0, 320, 217, 150);
	}
	else if(ruta.indexOf("informacion")>0 || ruta.indexOf("noticias")>0 || ruta.indexOf("about")>0){
		instantiateScroller(0, "scroll0", 7, 0, 410, 217, 150);
	}
}
	
var GLOBAL = {
	init : function()
	{	
		if (ruta.indexOf("/video")>=0)
		{
			var so = new SWFObject("../img/flash/02_video.swf", "home", "262", "220", "7", "#369");
			so.addParam("quality", "hight");
			so.addParam("wmode", "transparent");
			so.write("capaCtral");	
		}
		GLOBAL.hacerBlank();
		if(document.getElementById('menu') != null)
			ALNAP.init();
		if(document.getElementById('flechaDchaImg') != null)		
			OBJAJAX.init('imagenes'); 
		else if(document.getElementById('flechaDchaVideo') != null)
			OBJAJAX.init('videos');
		else if(ruta.indexOf("dia0_encuesta") > 0)
			ENCUESTA.init();
	},
	hacerBlank : function()
	{
		var className = 'hacerblank';
		var as = document.getElementsByTagName('a');
		for(i=0;i<as .length;i++){
			var a = as[i];
			r=new RegExp("(^| )"+className+"($| )");
			if(r.test(a.className)){
				a.onclick = function(){
					if (this.id == 'avisolegal')
					window.open(this.href, "Aviso_Legal", 'width=424,height=500,status=0,resizable=0,scrollbars=1,toolbar=0,location=0,menubar=0');
					else if(this.id == 'politicaprivacidad')
					window.open(this.href, "Politica_Privacidad", 'width=404,height=222,status=0,resizable=0,scrollbars=0,toolbar=0,location=0,menubar=0');
					else
					window.open(this.href);
					return false;
				}
			}
		}
	}

}

var ENCUESTA = {
	init : function()
	{
		/* Esto que hace??
		var objInput = document.getElementById('respuestasEnc').getElementsByTagName('input');

		for(var i=0; i<objInput.length; ++i)
		 {
			objInput[i].onfocus = function()
			 {
				document.getElementById('capaBtnEnviar').style.display = 'block';
			 }
		 }
		*/

		var objSiguiente = document.getElementById('botonSiguiente');
		objSiguiente.onclick = function()
		 {
			var numPreg = document.getElementById('preguntaid').value;
			var idioma = document.getElementById('tipoIdioma').value;
			/*falta hacer el case*/
		 }

	}
}


var POPUP = {
	init : function()
	{
		var obj = document.getElementById('avisolegal');
		obj.onclick = function()
		{
			open('avisolegal', '', 'width=424,height=500,status=0,resizable=0,scrollbars=1,toolbar=0,location=0,menubar=0');
		}	
		obj = document.getElementById('avisolegal');
		obj.onclick = function()
		{
			open('politicaprivacidad', '', 'width=404,height=222,status=0,resizable=0,scrollbars=0,toolbar=0,location=0,menubar=0');
		}	
	}
}



var OBJAJAX = {
	init : function(section)
	{		
		
		var opcFlechaI = document.getElementById('lnkFlechaIzq');
		var opcFlechaD = document.getElementById('lnkFlechaDcha');		
		opcFlechaI.onclick = function()
		{
			var xdata = Array('left', '../includes/processor.php',section);
			AJAX_DATA.ajax_getData(xdata);
			return false;
		}
		opcFlechaD.onclick = function()
		{
			var xdata = Array('right', '../includes/processor.php',section);
			AJAX_DATA.ajax_getData(xdata);
			return false;
		}
		
		if (document.getElementById('lnkTextoIzq')!=null)
		{			
			var opcTextoI = document.getElementById('lnkTextoIzq');
			opcTextoI.onclick = function()
			{
				var xdata = Array('left', '../includes/processor.php',section);
				AJAX_DATA.ajax_getData(xdata);
				return false;
			}
			var opcTextoD = document.getElementById('lnkTextoDcha');
			opcTextoD.onclick = function()
			{
				var xdata = Array('right', '../includes/processor.php',section);
				AJAX_DATA.ajax_getData(xdata);
				return false;
			}
		}
		
		var xdata = Array('load', '../includes/processor.php',section);

		AJAX_DATA.ajax_getData(xdata);
	}
}

var ALNAP = {
	
	init : function()
	{
		var opc_menu = document.getElementById('menu').getElementsByTagName('img');
		
		for(var lm = 0; lm<opc_menu.length; ++lm){
			if (opc_menu[lm].id!='on' && opc_menu[lm].id!='onleng' && opc_menu[lm].id!='outjs')
			{
				opc_menu[lm].onmouseover = function()
				{
					ALNAP.mostrarImgHover(this.id);
				}
				
				opc_menu[lm].onmouseout = function()
				{
					ALNAP.ocultarImgHover(this.id);
				}
			}
		}
				
		if (document.getElementById('videoHome')!=null)
		{
			var videoH = document.getElementById('videoHome');
			videoH.onmouseover = function()
			{
				document.getElementById('cruzVideo').style.visibility = 'visible';
				if (document.getElementById('textoVideoCambia_es')!=null)
					document.getElementById('textoVideoCambia_es').src = "../img/home/textoVideoCambia_es_on.gif";
				else
					document.getElementById('textoVideoCambia_en').src = "../img/home/textoVideoCambia_en_on.gif";
			}
			videoH.onmouseout = function()
			{
				document.getElementById('cruzVideo').style.visibility = 'hidden';
				if (document.getElementById('textoVideoCambia_es')!=null)
					document.getElementById('textoVideoCambia_es').src = "../img/home/textoVideoCambia_es.gif";
				else
					document.getElementById('textoVideoCambia_en').src = "../img/home/textoVideoCambia_en.gif";
			}
			
			var dia0H = document.getElementById('dia0Home');
			dia0H.onmouseover = function()
			{
				document.getElementById('cruzDia0').style.visibility = 'visible';
				if (document.getElementById('textoDia0Cambia_es')!=null)
					document.getElementById('textoDia0Cambia_es').src = "../img/home/textoDia0Cambia_es_on.gif";
				else
					document.getElementById('textoDia0Cambia_en').src = "../img/home/textoDia0Cambia_en_on.gif";
			}
			dia0H.onmouseout = function()
			{
				document.getElementById('cruzDia0').style.visibility = 'hidden';
				if (document.getElementById('textoDia0Cambia_es')!=null)
					document.getElementById('textoDia0Cambia_es').src = "../img/home/textoDia0Cambia_es.gif";
				else
					document.getElementById('textoDia0Cambia_en').src = "../img/home/textoDia0Cambia_en.gif";
			}
			
			var dia1H = document.getElementById('dia1Home');
			dia1H.onmouseover = function()
			{
				document.getElementById('cruzDia1').style.visibility = 'visible';
				if (document.getElementById('textoDia1Cambia_es')!=null)
					document.getElementById('textoDia1Cambia_es').src = "../img/home/textoDia1Cambia_es_on.gif";
				else
					document.getElementById('textoDia1Cambia_en').src = "../img/home/textoDia1Cambia_en_on.gif";
			}
			dia1H.onmouseout = function()
			{
				document.getElementById('cruzDia1').style.visibility = 'hidden';
				if (document.getElementById('textoDia1Cambia_es')!=null)
					document.getElementById('textoDia1Cambia_es').src = "../img/home/textoDia1Cambia_es.gif";
				else
					document.getElementById('textoDia1Cambia_en').src = "../img/home/textoDia1Cambia_en.gif";
			}
			
			var dia2H = document.getElementById('dia2Home');
			dia2H.onmouseover = function()
			{
				document.getElementById('cruzDia2').style.visibility = 'visible';
				if (document.getElementById('textoDia2Cambia_es')!=null)
					document.getElementById('textoDia2Cambia_es').src = "../img/home/textoDia2Cambia_es_on.gif";
				else
					document.getElementById('textoDia2Cambia_en').src = "../img/home/textoDia2Cambia_en_on.gif";
			}
			dia2H.onmouseout = function()
			{
				document.getElementById('cruzDia2').style.visibility = 'hidden';
				if (document.getElementById('textoDia2Cambia_es')!=null)
					document.getElementById('textoDia2Cambia_es').src = "../img/home/textoDia2Cambia_es.gif";
				else
					document.getElementById('textoDia2Cambia_en').src = "../img/home/textoDia2Cambia_en.gif";
			}
		}
		if (document.getElementById('opcionesEventos')!=null)
		{
			var opc_eventos = document.getElementById('opcionesEventos').getElementsByTagName('img');
			for (var lm = 0; lm<opc_eventos.length; ++lm)
			{
				if (opc_eventos[lm].id!='onn')
				{
					opc_eventos[lm].onmouseover = function()
					{
						ALNAP.mostrarImgHover(this.id);
						return false;
					}
					
					opc_eventos[lm].onmouseout = function()
					{
						ALNAP.ocultarImgHover(this.id);
						return false;
					}
				}
			}
		}
		if (document.getElementById('opcionesInv')!=null)
		{
			var opc_scroll = document.getElementById('opcionesInv').getElementsByTagName('img');
			for (var lm = 0; lm<opc_scroll.length; ++lm)
			{
				if (opc_scroll[lm].id!='on')
				{
					opc_scroll[lm].onmouseover = function()
					{
						ALNAP.mostrarImgHover(this.id);
						return false;
					}
					
					opc_scroll[lm].onmouseout = function()
					{
						ALNAP.ocultarImgHover(this.id);
						return false;
					}
				}
			}
		}
	},
	
	mostrarImgHover : function (capa)
	{
		document.getElementById(capa).src = "../img/comunes/"+capa+"_over.gif";		
	},
	
	ocultarImgHover : function (capa)
	{
		document.getElementById(capa).src = "../img/comunes/"+capa+".gif";
	}
}



/* LOAD */

function addLoadEvent(fn)
 {
	var old = window.onload;
	if(typeof window.onload != 'function')
		window.onload = fn;
	else
		window.onload = function()
		 {
			old();
			fn();
		 }
 }

addLoadEvent( function() { GLOBAL.init(); } );