// JavaScript Document

function etiquetaseleccionada (idmostrar){
$('tab-principal').className='';
$('tab-restaurantes').className='';
$('tab-alojamientos').className='';
$('tab-actividades').className='';
$('tab-productos').className='';
$('tab-aturje').className='';
$('tab-galerias').className='';
$(idmostrar).className='current';
}

function abrir(donde,pagina){
	new Ajax.Updater(donde,pagina,{evalScripts: true});
	
}

function test()
{
	alert("ME HAS PULSADO");
}

function ratonentra(id,tipo){
		 $(tipo+id).className='smallboxsel';
		 $(tipo+'s'+id).className='smallboxtopsel';
}
function ratonsale(id,tipo){
		 $(tipo+id).className='smallbox';
		 $(tipo+'s'+id).className='smallboxtop';
}

function ratonclickea(id){
		 	vfx.ivfx.style.display="block";
			vfx.contvfx.style.display="block";
		new Ajax.Updater('contvfx','datossocio.asp?socio='+id,{
  		method: 'get',
		onComplete: function(){
			document.getElementById("vfxcancel").onclick=function(){
			vfx.contvfx.innerHTML = "";
			vfx.ivfx.style.display=vfx.contvfx.style.display="none";}
		},
  		evalScripts: true});	
}
