  arrAnswers={'knownothings':1,'occidental':1,'constitution':0,'m1':1,'containment':3,'wmd':0,'ah':2,'gas':1,'asahara':0,'suharto':2,'mic':1,'ww1':1,'dictators':1,'gcp':1,'mexico':0,'oppress':2,'god':2,'homosexuality':3,'iraq':1,'china':1,'jews':0,'deathpenalty':1,'warcriminal':1,'son':3,'knife':0,'prostitutes':2,'bouquet':1,'tiger':1,'eagle':1,'bomb':1,'debaucheries':3,'gun':1,'killmany':0,"permgreatness":1,"nobleitalian":0,"warprofit":2,'illtreatments':2,'castration':1,'racewar':1,'mccarthy':1,'pvs':0,'righthoughts':0,'capitalpunishment':1,'britishinterest':2,'policestate':0,'hardchoice':1,'music':2,'stupid':0,'iranuke':0,'plot':4,'toxicwaste':0}

  function reveal(label){
  	var colour="#ff0000"
  	var strDiv,objDiv
	strDiv="d"+label
  	if(document.all){
  		strDiv="document.all.d"+label+".style"
  	}
  	else{
  		strDiv="document.getElementsByName('d"+label+"')[0].style"
  	}
  	var objDiv=eval(strDiv)
  	//objDiv.visibility="visible"
  	objDiv.display="block"
	var strChx, objChx
	strChx="document."+label+"."+label+"["+arrAnswers[label]+"]"
	//alert (strChx)
	objChx=eval(strChx)
  	if(objChx.checked){
  		colour="#000000"
  	}
	objDiv.color=colour
  }
