  $(document).ready(function(){
  
  $("#box").hover(function () {
    $("#navbarhome").show();
    });
  });
