function show() {
var div_ref = document.all("id_div");
div_ref.style.visibility = "visible";
}