function showhide(a){obj=(document.all)?document.all(a):((document.getElementById)?document.getElementById(a):null);if(obj)obj.style.display=(obj.style.display=="none")?"block":"none"}
