
$(function(){
  
  $("#closehelp").click(function(){
$("#lang-help").hide();
});
  
});



