var i, fotocont;

// deshabi. bot dere

function rtclk(e) {
					if (document.all && !document.getElementById)
						{
							if (event.button == 2) return false;} else if (document.layers)
								{
									if (e.which == 2 || e.which == 3)
									{return false;}
								}
						}
					if (document.layers) document.captureEvents(Event.MOUSEDOWN);document.onmousedown = rtclk;document.oncontextmenu = function() 
					{return false;}					
//-->


function validacion() 
{
	elemento = document.getElementById("polpri");
	nombre=document.getElementById("nombre").value;
	email=document.getElementById("email").value;

	if (email=="")
	{
		alert ("Para poder contactar con ud debe rellenar el campo EMAIL");
		return false;
	}
	else
		{
		if( !elemento.checked )
		{
			alert ("Para poder enviar el formulario tiene que aceptar la politica de privacidad. Gracias");
			return false;
		}
	}
}


function cerrarPopup(pid)
   {
      document.getElementById(pid).style.visibility = 'hidden';      
   }
function abrirPopup(pid)
   {
      document.getElementById(pid).style.visibility = 'visible';      
   }
