// JavaScript Document
function menuSuperior(a){
	if(a==0){
		document.getElementById("ms"+a).style.backgroundImage = "url(images/bg_inicio_on.gif)";	
	}
	else{
		document.getElementById("ms"+a).style.backgroundImage = "url(images/fondo_menu_sup_on.gif)";		
	}
	document.getElementById("ms"+a).style.color = "#333";
	document.getElementById("ms"+a).style.cursor = "default";
}

var pulsada1 = new Array();
for(var i=0; i<11; i++){
	pulsada1[i] = 0;	
}

var pulsada2 = new Array();
for(var j=0; j<50; j++){
	pulsada2[j] = 0;	
}

function display1(a){
	if(pulsada1[a]==0){
		document.getElementById("dp"+a).style.display = "block";
		document.getElementById("m"+a).style.backgroundImage = "url(images/bg_menu_on.gif)"; 
		document.getElementById("m"+a).style.backgroundColor = "#960"; 
		document.getElementById("m"+a).style.color = "#fff";
		pulsada1[a] = 1;
	}
	else{
		document.getElementById("dp"+a).style.display = "none";		
		document.getElementById("m"+a).style.backgroundImage = "url(images/bg_menu_off.gif)"; 
		document.getElementById("m"+a).style.backgroundColor = "#fff"; 
		document.getElementById("m"+a).style.color = "#333";
		pulsada1[a] = 0;
	}
}

function pintaMenu(a){
	if(pulsada1[a]==0){
		document.getElementById("m"+a).style.backgroundImage = "url(images/bg_menu_on.gif)"; 
		document.getElementById("m"+a).style.backgroundColor = "#960"; 
		document.getElementById("m"+a).style.color = "#fff";
	}
}


function PintaMenuRecursos(a)
{
    for(var i=0; i<11; i++){
        if(a == i){
	        document.getElementById("m"+a).style.backgroundImage = "url(images/bg_menu_on.gif)"; 
		    document.getElementById("m"+a).style.backgroundColor = "#960"; 
		    document.getElementById("m"+a).style.color = "#fff";
		    pulsada1[a] = 1;
        }
        else{
        
            if(pulsada1[a]==0)
            {
		        document.getElementById("m"+a).style.backgroundImage = "url(images/bg_menu_off.gif)"; 
		        document.getElementById("m"+a).style.backgroundColor = "#fff"; 
		        document.getElementById("m"+a).style.color = "#333";
		    }
		    else
		    {
		        document.getElementById("m"+a).style.backgroundImage = "url(images/bg_menu_on.gif)"; 
		        document.getElementById("m"+a).style.backgroundColor = "#960"; 
		        document.getElementById("m"+a).style.color = "#fff";
		    }
        }
    }
}

function PintaMenuRevista()
{
    document.getElementById("mRevista").style.backgroundImage = "url(images/bg_menu_on.gif)"; 
	document.getElementById("mRevista").style.backgroundColor = "#960"; 
	document.getElementById("mRevista").style.color = "#fff";
}


function borraMenu(a){
	if(pulsada1[a]==0){
		document.getElementById("m"+a).style.backgroundImage = "url(images/bg_menu_off.gif)"; 
		document.getElementById("m"+a).style.backgroundColor = "#fff"; 
		document.getElementById("m"+a).style.color = "#333";
	}
}

function display2(a){
	if(pulsada2[a]==0){
		document.getElementById("ddp"+a).style.display = "block";
		document.getElementById("sm"+a).style.backgroundColor = "#666"; 
		document.getElementById("sm"+a).style.color = "#fff" ;
		pulsada2[a] = 1;
	}
	else{
		document.getElementById("ddp"+a).style.display = "none";
		document.getElementById("sm"+a).style.backgroundColor = "#dbdbdb"; 
		document.getElementById("sm"+a).style.color = "#000" ;
		pulsada2[a] = 0;
	}
}

function pintaSubMenu(a){
	if(pulsada2[a]==0){
		document.getElementById("sm"+a).style.backgroundColor = "#666"; 
		document.getElementById("sm"+a).style.color = "#fff";
	}
}

function pintaSubMenu2(a){
		document.getElementById("ssm"+a).style.backgroundColor = "#036"; 
		document.getElementById("ssm"+a).style.color = "#fff";
}

function borraSubMenu(a){
	if(pulsada2[a]==0){
		document.getElementById("sm"+a).style.backgroundColor = "#dbdbdb"; 
		document.getElementById("sm"+a).style.color = "#000" ;
	}
}

function seleccionaProvincia(comun) {
//El flash nos pasa la provincia seleccionada
	//document.form.provincia.value=comun;
}
function videoPortada(){
	llamarasincrono("includes/video_01.asp", "flashVideo")	;
}

function llamarasincrono(url, id_contenedor){	
	var pagina_requerida = false
	if (window.XMLHttpRequest) {// Si es Mozilla, Safari etc
		pagina_requerida = new XMLHttpRequest()
	} else if (window.ActiveXObject){ // pero si es IE
		try {
			pagina_requerida = new ActiveXObject("Msxml2.XMLHTTP")
		}catch (e){ // en caso que sea una versión antigua
			try{
				pagina_requerida = new ActiveXObject("Microsoft.XMLHTTP")
			}catch (e){}
		}	
	}else
		return false
		pagina_requerida.onreadystatechange=function(){ // función de respuesta
		cargarpagina(pagina_requerida, id_contenedor)
	}
	pagina_requerida.open('GET', url, true) // asignamos los métodos open y send
	pagina_requerida.send(null)
}

function cargarpagina(pagina_requerida, id_contenedor){
	//alert(pagina_requerida.responseText);
	if (pagina_requerida.readyState == 4 && (pagina_requerida.status==200 || window.location.href.indexOf("http")==-1)){
		try{	
			document.getElementById(id_contenedor).innerHTML=pagina_requerida.responseText;
		}catch(e){			
		}	
	}
	else{
		document.getElementById(id_contenedor).innerHTML="cargando...";	
	}	
}

function flash(thumb, video){
	document.getElementById("flashVideoG").innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='470' height='350'><param name='movie' value='reproductor_flv.swf'> <param name='quality' value='high'><param name='flashvars' value='peli="+video+"&img="+thumb+"&ready=0'><param name='wmode' value='transparent'><param name='Menu' value='0' /><embed src='reproductor_flv.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='470' height='350'  FlashVars='peli="+video+"&img="+thumb+"&ready=0'wmode='transparent'></embed></object>";
}
function flashNoticiaDestacada(thumb, video) {
    document.getElementById("flashNoticiaG").innerHTML = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='470' height='350'><param name='movie' value='reproductor_flv.swf'> <param name='quality' value='high'><param name='flashvars' value='peli=" + video + "&img=" + thumb + "&ready=0'><param name='wmode' value='transparent'><param name='Menu' value='0' /><embed src='reproductor_flv.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='470' height='350'  FlashVars='peli=" + video + "&img=" + thumb + "&ready=0'wmode='transparent'></embed></object>";
}

function abrir(a,b,c,d,e){
	if(document.all){var ventanaW=document.body.clientWidth;}
	else{var ventanaW=window.innerWidth}
	if(document.all){var ventanaH=document.body.clientHeight+150;}
	else{var ventanaH=window.innerHeight}
	var w = ventanaW/2;
	w = w-(b/2);
	var h = ventanaH/2;
	h = h-(c/2);
	window.open(a, b, 'width='+c+', height='+d+', top='+h+',left='+w+', scrollbars='+e+', location=0');
}

function toggleDiv(divId)
{
    var div = document.getElementById(divId);
    if (div != null)
    {
        if (div.style.display!='none')
        {
            div.style.display = 'none';
        }
        else
        {
            div.style.display = 'block';
        }
    }
}