function HideDIV(a){document.getElementById(a).style.display="none"}function DisplayDIV(a){document.getElementById(a).style.display="block"};