
	function	himenu(pChoice) {
		var	x = document.getElementById('gt'+pChoice).style.visibility = 'visible' ;
	}
	function	lomenu(pChoice) {
		var	x = document.getElementById('gt'+pChoice).style.visibility = 'hidden' ;
	}


