function show(div){	document.getElementById(div).style.visibility  = "visible";}function hide(div){	document.getElementById(div).style.visibility  = "hidden";}