var answers=new Array();
answers[1]="Lentinula edodes";
answers[2]="Trichophyton mentagrophytes";
answers[3]="Psilocybe semilanceata";
answers[4]="Saccharomyces cerevisiae";
answers[5]="Strobilomyces strobilaceus";
answers[6]="Tuber melanosporum";
answers[7]="Trichophyton concentricum";
answers[8]="Agaricus bisporus";


function displayScore(){
if (!gameOver)
	 {alert("You can't see the answers till you've done the quiz!")}
else{
  newWindow=open("answ_pop.htm","Results", "scrollbars=yes, toolbar=yes, width=540, height=420");
}
}
