$(document).ready(function() {
  $('#jumpForm').show();
  $('#submitJump').hide();
  //$('#jumpSelector').onChange(location.href=jumpForm.jumper.options[this].value);
  $('#jumpSelector').change(function() {
    window.location = $("#jumpSelector option:selected").val();
  })

$('img[usemap]').maphilight({
    fill: true,
	fillColor: '000000',
	fillOpacity: 0.2,
	stroke: false,
	strokeColor: 'ff0000',
	strokeOpacity: 1,
	strokeWidth: 1,
	fade: true,
	alwaysOn: false,
	neverOn: false,
	groupBy: false
});
})
