// JavaScript Document
<!--
function uno(src,color_entrada) { 
    src.bgColor=color_entrada;src.style.cursor="hand"; 
} 
function dos(){

mo = document.getElementById('restaurante');
mo.style.display = "none";
mo = document.getElementById('hotel');
mo.style.display = "none";
mo = document.getElementById('celebraciones');
mo.style.display = "none";
mo = document.getElementById('contacta');
mo.style.display = "none";
mo = document.getElementById('ocio');
mo.style.display = "none";
mo = document.getElementById('recursos');
mo.style.display = "none";
mo = document.getElementById('bien');
mo.style.display = "none";
mo = document.getElementById('prensa');
mo.style.display = "none";
mo = document.getElementById('tdMenuBarItemHOTEL');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemBIENVENIDA');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemRESTAURANTE');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemCONTACTA');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemCELEBRACIONES');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemLOCALIZACION');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemOCIO');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemNOTAS');
mo.bgColor="#1C5068";
mo = document.getElementById('tdMenuBarItemRECURSOS');
mo.bgColor="#1C5068";
}

function pasarAFlash(valor) {
  document.musica.SetVariable("hola", valor);
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers(ob) { //v6.0

	mo = document.getElementById(ob) 
	mo.style.display = "inline" // mostramos
 }

function correo(ind){
var indice=ind;
var texto=new Array('Ctra. Vera- Garrucha. Km 2. 04620 Vera (Almeria), Tel: 950 393 008 Fax: 950 393 148. Correo: <a href="mailto:verahotel@verahotel.es" class="style1">verahotel@verahotel.es</a>','Ctra. Vera- Garrucha. Km 2. 04620 Vera (Almeria), Tel: 950 393 008 Fax: 950 393 148. Correo: <a href="mailto:hotel@verahotel.es" class="style1">hotel@verahotel.es</a>','Ctra. Vera- Garrucha. Km 2. 04620 Vera (Almeria), Tel: 950 393 008 Fax: 950 393 148. Correo: <a href="mailto:restaurante@verahotel.es" class="style1">restaurante@verahotel.es</a>','Ctra. Vera- Garrucha. Km 2. 04620 Vera (Almeria), Tel: 950 393 008 Fax: 950 393 148. Correo: <a href="mailto:celebraciones@verahotel.es" class="style1">celebraciones@verahotel.es</a>', 'Ctra. Vera- Garrucha. Km 2. 04620 Vera (Almeria), Tel: 950 393 008 Fax: 950 393 148. Correo: <a href="mailto:atencionalcliente@verahotel.es" class="style1">atencionalcliente@verahotel.es</a>');

var obj = document.getElementById("correo"); 

obj.innerHTML = texto[indice];

}



//-->
