$(document).ready(function() {
  //class="map"
  $('.map').maphilight({fade: true});
  $('map > area').easyTooltip();
});

jump = function() {
  var s = document.getElementById('sel_state').value;
  window.location = 'sel-state.php?state=' + s;
}

