// JavaScript Document


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




