function startChallenge(url) {
  w = window.open(url, "quiz", "width=800,height=600,status=no,scrollbars=yes,resizable=no");
  w.focus();
}

