function close_feedback() {
  /* When the user clics on the X to close the feedback form */
  $('#menu').animate( {
    left: '-=270px'}, 
    500, function() {