function showHidden(d_id)
 {
 d_id.style.display = d_id.style.display == "none" ? "" : "none"
 }