function Show(divid) { divid.style.visibility = "visible";} 
function Hide(divid) { divid.style.visibility = "hidden"; } 