// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
	features = features+",resizable=yes";
  window.open(theURL,winName,features);
}
function Open(pagina,ample,alt) {

esq=(screen.width-ample) / 2; 
dalt=(screen.height-alt) / 2; 

var opcions="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+ample+",height="+alt+",top="+dalt+",left="+esq;
window.open(pagina,"POP",opcions);
}

function Open2(pagina,ample,alt,scrol) {

esq=(screen.width-ample -20) / 2; 
dalt=(screen.height-alt-5) / 2; 

var opcions="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scrol+",resizable=yes,width="+ample+",height="+alt+",top="+dalt+",left="+esq;
window.open(pagina,"POP",opcions);
}



function Display(id){
	var doc = document.getElementById(id);
	var lk = document.getElementById('lk'+id);
	
	document.getElementById('e1').style.display = "none";
	document.getElementById('e2').style.display = "none";
	document.getElementById('e3').style.display = "none";
	
	document.getElementById('lke1').className = "empresa_n"
	document.getElementById('lke2').className = "empresa_n"
	document.getElementById('lke3').className = "empresa_n"
	
	if (doc.style.display != "block") doc.style.display = "block";
	else doc.style.display = "none";
	
	lk.className = 'empresa_sel';
	
}

//MOSTRA I OCULTA CAPES 
function hideAllItems(){
var c = 1;
while (document.getElementById('subpage' + c)){
	document.getElementById('subpage' + c).style.display = "none"
	c++
}
}

//MOSTREM PRIMER LA SUBPAGINA QUE VOLGUEM EN EL NOSTRE CAS MADRID
function mostrar(nr)
{
	document.getElementById('subpage' + nr).style.display = "block"
}

function visible(nr){
	hideAllItems()
	var obj = document.getElementById('subpage' + nr)
	obj.style.display = "block";
	window.location="#tope";
}

function invisible(nr){
	var obj = document.getElementById('subpage' + nr)
	obj.style.display = "none"
}

function Select(){
	document.getElementById('espana').selectedIndex = 14
}
function SelectAi(){
	document.getElementById('espana').selectedIndex = 6
}

//TREURE FOCUS DE TOTS ELS LINKS
function BlurLinks() {
	var links = document.getElementsByTagName('a');
		for(var i in links) {
			links[i].onclick = function() {
			this.blur();
			}
		}
}


		<!--MOSTRAR/OCULTAR REVISTA ELLE-->
			function mostrarOcultar(){
			mo = document.getElementById('tarjeta')
			mo2 = document.getElementById('loca')
				if(mo.style.display=="") { 
				 mo.style.display = "none"
				 mo2.style.display = "block" 
				 }
			 }
			 
			 	<!--MOSTRAR/OCULTAR subnavegació-->
			function mostrarOcultar_sub(){
			mox = document.getElementById('sub_menu_navegacio')
		
				if(mox.style.display=="block") { 
				 mox.style.display = "none"
				 } else {
				 mox.style.display = ""
				}
			 }
			 
			 
			 function mostrar_prensa() {
				 
				 mox1 = document.getElementById('prensa1')
				  mox2 = document.getElementById('prensa2')
				  
				  nav1= document.getElementById('nav_selec')
				  nav2= document.getElementById('nav_noselec')
		
				if(mox1.style.display=="block") { 
				 mox1.style.display = "none"
				 mox2.style.display = "block"
				 
				 nav2.style.backgroundColor="#F91A82"
				  nav2.style.color="#FFFFFF"
				  
				   nav1.style.backgroundColor="#000000"
				  nav1.style.color="#FFFFFF"
				 
				} else {
				
			 	mox1.style.display = "block"
				 mox2.style.display = "none"
				  nav1.style.backgroundColor="#F91A82"
				  nav1.style.color="#FFFFFF"
				  
				  nav2.style.backgroundColor="#000000"
				  nav2.style.color="#FFFFFF"
				
				}
				
			 }
				 
				 
				