function toggleDiv(){if(document.getElementById("myDiv").style.display=="none"){document.getElementById("myDiv").style.display="block"}};
