$('#show').hover(function(){
  $(this).show();
  }, function(){
  $(this).hide();
  });