<script> function show_button(button) { var button = document.getElementById(button); button.style.display = "inline"; } </script>