   function hiddenLayer_a() {
    document.getElementById("layer_a").style.visibility = "hidden";
   }
   function showLayer_a() {
    document.getElementById("layer_a").style.visibility = "visible";
   }