var correctAnswers = new Array();
correctAnswers[1] = "D H Lawrence";
correctAnswers[2] = "Jules Verne";
correctAnswers[3] = "Edgar Allen Poe";
correctAnswers[4] = "Shirley Conran";
correctAnswers[5] = "Aldous Huxley";



function displayScore(){
if (!gameOver)
	 {alert("You can't see the answers till you've done the quiz!")}
else{
  newWindow=open("answ_lit.htm","Results", "scrollbars=yes, toolbar=yes, width=540, height=360");
}
}