function doSection (secNum){
if (secNum.style.display=="none"){secNum.style.display=""}
else{secNum.style.display="none"}
}
function noSection (secNum){
if (secNum.style.display==""){secNum.style.display="none"}
}