document.getElementById('div2').style.display = (document.getElementById('div2').style.display=="block") ? "none" : "block";