function shcity(nn) { var d = document.getElementById(nn); if (!d) return; d.style.display = ("block"==d.style.display ? "none" : "block"); }