function showFooter(){
  $("#bottom").slideDown();
  
}

function hideFooter(){
  $("#bottom").slideUp();
}
