function boxExpand(a){if(document.getElementById){e=document.getElementById(a);e.style.display="block"}}function boxCollapse(a){if(document.getElementById){e=document.getElementById(a);e.style.display="none"}};
