// Interactúa con think_registro.php
// Se incluye desde index.php (en el HEAD)
// 2007-04-20
function think_registro_checkbox(f) {
  if (f.num_agree_1_1.checked == false) {
    alert('Por favor, lee y acepta los términos de uso para poder continuar.');
    return false;
  } else
    return true;
}