		function showDiv(divid){
		      document.getElementById(divid).style.display = 'block';
		  }