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

