<script>
function showSaveButton(){
  alert('show');
}

function hideSaveButton(){
  alert('hide');
}
</script>