/* 
Function to show hidden answers
*/

function show(answer) {
		document.getElementById(answer).style.visibility='visible';
}