var answers=new Array();
answers[1]="Lawyer's Wig";
answers[2]="Butter Cap";
answers[3]="Grisette";
answers[4]="Poison Pie";
answers[5]="Orange Peel";
answers[6]="Destroying Angel";
answers[7]="Dry Rot";
answers[8]="Fairy Ring Champignon";
answers[9]="Horse Mushroom";
answers[10]="Horn of Plenty";
answers[11]="Blewits";
answers[12]="Blusher";


function displayScore(){
if (!gameOver)
	 {alert("You can't see the answers till you've done the quiz!")}
else{
  newWindow=open("answ_sci.htm","Results", "scrollbars=yes, toolbar=yes, width=540, height=420");
}
}