function openQuiz(theURL,winName) { //v2.0
  window.open(theURL,winName,'scrollbars=1,resizeable=1,menubar=0,left=100,top=20,toolbar=0,location=0,directories=0,status=0,width=600,height=550');
}


