    function toggle_visibility(id) {
      
	  submitspot.style.display = 'none';
	  wait.style.display = 'block';
		  
    }
