var currMedTab = 0;
var tabMedOFF=0;
function showMultimediaTab(id){
	document.getElementById("LnkM_"+currMedTab).className='';
	document.getElementById("LnkM_"+id).className='Selected';
	
	if(document.getElementById("divFotoP_"+currMedTab)!=null){
		document.getElementById("divFotoP_"+currMedTab).style.display="none";
	}
	if(document.getElementById("divFotoP_"+id)!=null){
		document.getElementById("divFotoP_"+id).style.display="";
		openPicture2(id,0);
		verBorde(id,0);		
	}
	if(document.getElementById("divFotoCARP_"+currMedTab)!=null){
		document.getElementById("divFotoCARP_"+currMedTab).style.display="none";
	}
	if(document.getElementById("divFotoCARP_"+id)!=null){
		document.getElementById("divFotoCARP_"+id).style.display="";		
	}
	currMedTab=id;		
}

function showSonidoTab(id){
	document.getElementById("LnkM_"+currMedTab).className='';
	document.getElementById("LnkM_"+id).className='Selected';
	
	if(document.getElementById("divFotoP_"+currMedTab)!=null){
		document.getElementById("divFotoP_"+currMedTab).style.display="none";
	}
	if(document.getElementById("divFotoCARP_"+currMedTab)!=null){
		document.getElementById("divFotoCARP_"+currMedTab).style.display="none";
	}
	if(document.getElementById("divFotoP_"+id)!=null){
		document.getElementById("divFotoP_"+id).style.display="";
	}
	currMedTab=id;		
}


function openPicture(tipo,index) {
	document.getElementById("img_principal_"+tipo).innerHTML = document.getElementById("imgG_"+tipo+"_"+index).innerHTML;
	document.getElementById("cont_principal_"+tipo).innerHTML = document.getElementById("cont_"+tipo+"_"+index).innerHTML;		
}

function openPicture2(tipo,index) {
	if(tipo==0){
		document.getElementById("img_principal_"+tipo).innerHTML = "<a href="+images_0[index].url+"><img id=\"imgPr_0\"  src='"+images_0[index].complete+"' border=\"0\" onmouseover=\"changeStateNone2(0,0);\" onmouseout=\"changeStateDisplay2(0,0);\"></a>"
		document.getElementById("cont_principal_"+tipo).innerHTML = "<div class=\"DestacadasR\" align=\"center\">"+
								"<div class=\"Layer\"><div id=\"multimedia_homel\">"+
								"<div class=\"LayerPNGM\" id=\"fondo_0_0\"></div>"+
								"<div class=\"LayerText Texto_left\" id=\"des_text_0_0\">"+
								"<h4><a href="+images_0[index].url+">"+images_0[index].title+"</a></h4>"+
								"<p style=\"width: 335px;\"><em>"+images_0[index].inf+"</em>&nbsp;"+images_0[index].legend+"</p>"+
								"</div></div></div></div>\n";
	}
	if(tipo==1){
		document.getElementById("img_principal_"+tipo).innerHTML = "<a href=\"javascript:;\" onclick=\"muestraGale('"+images_1[index].url+"')\"><img id=\"imgPr_1\"  src='"+images_1[index].complete+"' border=\"0\" onmouseover=\"changeStateNone2(1,0);\" onmouseout=\"changeStateDisplay2(1,0);\"></a>"
		document.getElementById("cont_principal_"+tipo).innerHTML = "<div class=\"DestacadasR\" align=\"center\">"+
								"	<div class=\"Layer\"><div id=\"multimedia_homel\">"+
								"	        <div class=\"LayerPNGM\" id=\"fondo_1_0\"></div>"+
								"	        <div class=\"LayerText Texto_left\" id=\"des_text_1_0\">"+
								"	        	<h4><a href=\"javascript:;\" onclick=\"muestraGale('"+images_1[index].url+"')\">"+images_1[index].title+"</a></h4>"+
								"		        <p style=\"width: 335px;\"><em>"+images_1[index].inf+"</em>&nbsp;"+images_1[index].legend+"</p>"+
								"</div></div></div></div>\n";
	}
	if(tipo==2){
		document.getElementById("img_principal_"+tipo).innerHTML = "<a href=\"javascript:;\" onclick=\"muestraGale('"+images_2[index].url+"')\"><img id=\"imgPr_2\"  src='"+images_2[index].complete+"' border=\"0\" onmouseover=\"changeStateNone2(2,0);\" onmouseout=\"changeStateDisplay2(2,0);\"></a>"
		document.getElementById("cont_principal_"+tipo).innerHTML = "<div class=\"DestacadasR\" align=\"center\">"+
								"<div class=\"Layer\"><div id=\"multimedia_homel\">"+
								"<div class=\"LayerPNGM\" id=\"fondo_2_0\"></div>"+
								"<div class=\"LayerText Texto_left\" id=\"des_text_2_0\">"+
								"<h4><a href=\"javascript:;\" onclick=\"muestraGale('"+images_2[index].url+"')\">"+images_2[index].title+"</a></h4>"+
								"<p style=\"width: 335px;\"><em>"+images_2[index].inf+"</em>&nbsp;"+images_2[index].legend+"</p>"+
								"</div></div></div></div>\n";				
	}	
}
	
function changeStateNone2(tipo,index){
	document.getElementById("des_text_"+tipo+"_"+index).style.display='none';
	document.getElementById("fondo_"+tipo+"_"+index).style.display='none';
}

function changeStateDisplay2(tipo,index){
	document.getElementById("des_text_"+tipo+"_"+index).style.display='';
	document.getElementById("fondo_"+tipo+"_"+index).style.display='';
}

function changeStateNone(index){
	document.getElementById("des_text_"+index).style.display='none';
	document.getElementById("fondo_"+index).style.display='none';
}

function changeStateDisplay(index){
	document.getElementById("des_text_"+index).style.display='';
	document.getElementById("fondo_"+index).style.display='';
}
	
function verBorde(tipo,id){
	cont = 0;
	while(document.getElementById("img_"+tipo+"_"+cont)!=null){
		document.getElementById("img_"+tipo+"_"+cont).className='tumbimg';
		cont++;
	}
	document.getElementById("img_"+tipo+"_"+id).className='selectedtumb';
}

function moveright_ax(id){
	obj = document.getElementById(id);
	if (iens6&&parseInt(obj.style.left)>=(obj.offsetWidth*(-1)+380))
		obj.style.left=parseInt(obj.style.left)-speed2+"px"
		moverightvar=setTimeout("moveright_ax('"+id+"')",20)
}
	    
function moveleft_ax(id){
	obj = document.getElementById(id);
	if (iens6&&parseInt(obj.style.left)<=0)
	obj.style.left=parseInt(obj.style.left)+speed2+"px"
	moveleftvar=setTimeout("moveleft_ax('"+id+"')",20)
}

var activeImageF = false;
function light(obj,condition){
	if(activeImageF && activeImageF.id==obj.id){
	   return;
	}
	if(condition==true){
		obj.style.filter = 'alpha(opacity=100)';
		obj.style.opacity = 1;	
	}
	else{
		obj.style.filter = 'alpha(opacity=100)';	
		obj.style.opacity = 1;						
	}
}