function reg() {
  var yn = confirm("This will take you to the Conference Registration page and out of the MontaVista website.\nOK to continue, Cancel to stay here.");
  if (yn) window.open("http://www.regonline.com/MontaVistaVISION2007");
  else return;
}
