function showSaveButton(){
  alert('show');
}

function hideSaveButton(){
  alert('hide');
}