function enableSubmit2() {
  var form = document.cnoticeform;
  form.Submitit.disabled = !form.Certified.checked;
}


