//Este script comprueba la privacidad y tiene ser eliminado
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function Comprobar() {
if (!document.frm.privacidad.checked)
	{
	alert("Debe aceptar el contrato de privacidad");
	return false;
	}
else
{
	return true;
}
}