if (totalfotos <= 6){
	document.getElementById('fotos_sig').style.display = 'none';
}

//mostrarFotos();

function mostrarVideos(){
	document.getElementById('listaFotos').style.display = 'none';
	document.getElementById('listaVideos').style.display = '';
	document.getElementById('marcoVideo').style.display = '';
	
}
function mostrarFotos(){
	document.getElementById('listaFotos').style.display = '';
	document.getElementById('marcoVideo').style.display = 'none';
	document.getElementById('listaVideos').style.display = 'none';
}

function mostrar_telefono(){
	doc	document.getElementById('mostrar_tel').innerHTML = '<br /><a href="#" style="text-align:right; position:absolute; right:auto;" onclick="javascript:window.open(\'/mapa.php?dir=<?=$DireccionMapa;?>\',\'mapa\',\'width=820,height=620,scrollbars=NO\');" rel="nofollow"><b>VER MAPA</b><img src="/images/mapa.png" hspace="3" border="0" align="middle" alt="ver mapa"/></a>';
ument.getElementById('mostrar_tel').innerHTML += '<br /><b class="naranja">{%TELEFONOCONTACTO%}</b>&nbsp;<? print $TelefonoContacto ?>';
	 <? if($FaxContacto!=''){
		if($NombreContacto!='' || $TelefonoContacto!='' ||$DireccionContacto!='' ||$FaxContacto!='')
		 echo 'document.getElementById(\'mostrar_tel\').innerHTML += \'<br />\';
';
		 echo 'document.getElementById(\'mostrar_tel\').innerHTML += \'<b class="naranja">{%FAXCONTACTO%}</b>&nbsp;'.$FaxContacto.'\';
';
		 echo 'document.getElementById(\'mostrar_tel\').innerHTML += \'<br />\';
';
		  }
	?>
	document.getElementById('mostrar_tel').removeAttribute('href');
	divContacto = document.getElementById('mInfo');
	var trackeo2 = document.createElement("img");
	trackeo2.setAttribute('src',"/stats_telefono.php?id="+<? print $_GET[id] ?>);
	trackeo2.setAttribute('width','1');
	trackeo2.setAttribute('height','1');
	divContacto.appendChild(trackeo2);
}

function stat_mail(){
	divContacto = document.getElementById('mInfo');
	var trackeo3 = document.createElement("img");
	trackeo3.setAttribute('src',"/stats_mail.php?id="+<? print $_GET[id] ?>);
	trackeo3.setAttribute('width','1');
	trackeo3.setAttribute('height','1');
	divContacto.appendChild(trackeo3);
}
</script>

<script type="text/javascript">
function validar_form(frm) {
  var errores = new Array(); 
  if (frm.nombre.value == '') {
    errores.push('- {%NOMBRE%}');
  }
  if (frm.mail.value == '') {
    errores.push('- {%MAIL%}');
  }
  if (frm.telefono.value == '') {
    errores.push('- {%TELEFONO%}');
  }
  if (frm.servicios.value == '') {
    errores.push('- {%SERVICIOS1%}');
  }
  if (errores.length > 0) {
    var str = "{%COMPLETE_OBLIGATORIOS%} \n";
    str += errores.join("\n");
    alert(str);
    return false;
  }
//  return false;
}

