dojo.provide("js.hideshow");function hide(A){dojo.byId(A).style.display="none"}function show(A){dojo.byId(A).style.display="block"};