function setNavigation(currentArea){
  $('#menu').children().removeClass('current');
  $('#menu #'+currentArea).addClass('current');
}
