function start() {
  document.qtagspos.q1.focus();
}

function validate() {
 
  if (document.qtagspos.q1.value !="isn't") {
      alert("try again for 1");
      document.qtagspos.q1.focus();
      document.qtagspos.q1.select();
      return false;
}
  if (document.qtagspos.q2.value !="aren't") {
      alert("try again for 2");
      document.qtagspos.q2.focus();
      document.qtagspos.q2.select();
      return false;
    }
 
  if (document.qtagspos.q3.value !="don't"){
      alert("try again for 3");
       document.qtagspos.q3.focus();
       documentqtagspos.q3.select();
       return false; 
}
  if (document.qtagspos.q4.value !="isn't"){
      alert("try again for 4");
      document.qtagspos.q4.focus();
      document.qtagspos.q4.select();
      return false;
  }
  if (document.qtagspos.q5.value !="aren't"){
      alert("try again for 5");
      document.qtagspos.q5.focus();
      document.qtagspos.q5.select();
      return false;
  }
  if (document.qtagspos.q6.value !="don't"){
      alert("try again for 6");
      document.qtagspos.q6.focus();
      document.qtagspos.q6.select();
      return false;
  }
  if (document.qtagspos.q7.value !="don't"){
      alert("try again for 7");
      document.qtagspos.q7.focus();
      document.qtagspos.q7.select();
      return false;
  }
  if (document.qtagspos.q8.value !="doesn't"){
      alert("try again for 8");
      document.qtagspos.q8.focus();
      document.qtagspos.q8.select();
      return false;
  }
  if (document.qtagspos.q9.value !="aren't"){
      alert("try again for 9");
      document.qtagspos.q9.focus();
      document.qtagspos.q9.select();
      return false;
  }
  if (document.qtagspos.q10.value !="isn't"){
      alert("try again for 10");
      document.qtagspos.q10.focus();
      document.qtagspos.q10.select();
      return false;
  }
     
   alert("Good work. All your answers are correct.");
   return true;
}

function answers() {
    NewWin=window.open('answers_qtags_pos.html','NewWin',
   'toolbar=no,status=no,width=200,height=360');
}