/* EMAIL */
var email='in'+'fo@c'+'azor'+'lav'+'atur'+'.com';
var emailreserva='<br/><a href="mai'+'lto:r'+'eser'+'vas@c'+'azo'+'rlav'+'atur'+'.com">re'+'serv'+'as@'+'caz'+'orla'+'vatur.co'+'m</a>';
var e='<a href="mailto:'+email+'">'+email+'</a>';

function enviarya(f) {
  f.elements.toEmail.value=email;
  f.submit();
}

/* CAMBIA LINKS */
function estado(c) {
  var e=document.getElementsByTagName('b');
  for(var i=0;i<e.length;i++){
    e[i].className='menu';
  }
  document.getElementById(c).className='menuOn';
}

function estadoAct(c) {
  var e=document.getElementsByTagName('a');
  for(var i=0;i<e.length;i++){
    e[i].className='actividadLink';
  }
  document.getElementById(c).className='actividadOn';
}


/* CAMBIA FONDO MENU */
function fondo(accion) {
  if (accion=='on') document.getElementById('cabezaFondo').src='/img/actividades.barras.gif';
  else document.getElementById('cabezaFondo').src='/img/1px.gif';
}


/* AMPLIAR MAPA LOCALIZACION */
function mapa() {
  ancho=610;
  alto=545;
  izquierdo=(screen.width)?(screen.width-ancho)/2:0;
  superior=(screen.height)?(screen.height-alto)/2-30:0;
  x=window.open('','zoom','height='+alto+',width='+ancho+',top='+superior+',left='+izquierdo+',toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0');
  x.document.open();
  x.document.write('<html><head>');
  x.document.write('<title>AvaTur - Localizacion</title>');
  x.document.write('<link href="/css/general.css" rel="stylesheet" type="text/css" /><meta http-equiv="imagetoolbar" content="no"/></head>');
  x.document.write('<body class="indexBody" onload="this.focus()">');
  x.document.write('<a href="javascript:window.close()"><img src="/img/localizacion.mapa.grande.gif" border="0" /></a>');
  x.document.write('</body></html>');
  x.document.close();
}


/* FICHA ACTIVIDADES MULTIFOTO */
function selectpic(img) {
  var imgp = document.getElementById('fotoficha'); // Busca la imagen principal
  if (imgp) {
    imgp.src = img.src;
  }
}


/* ALBUM DE FOTOS */
function abrirfoto(cual,descripcion) {
  ancho=610;
  alto=545;
  izquierdo=(screen.width)?(screen.width-ancho)/2:0;
  superior=(screen.height)?(screen.height-alto)/2-30:0;
  d=window.open('','zoom','height='+alto+',width='+ancho+',top='+superior+',left='+izquierdo+',toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0');
  d.document.open();
  d.document.write('<html><head><title>AvaTur - Fotos</title>');
  d.document.write('<link href="/css/general.css" rel="stylesheet" type="text/css"/><meta http-equiv="imagetoolbar" content="no"/></head>');
  d.document.write('<body class="cuerpoFondo" onload="focus()">');
  d.document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2"><tr>');
  d.document.write('<td height="70" valign="top"><span class="tituloSeccion">AVATUR EN FOTOS</span><br/><br/>');
  d.document.write('<span class="txtAmarillo">'+descripcion+'</span></td></tr>');
  d.document.write('<tr><td align="center"><a href="javascript:window.close()"><img src="'+cual+'" border="0"/></a></td></tr>');
  d.document.write('<tr><td><br/><a href="javascript:window.close()">Volver a <b>Fotos</b></a></td></tr></table>');
  d.document.write('</body></html>');
  d.document.close();
}
