$.fn.maphilight.defaults = {
	fill: true,
	fillColor: '339900',
	fillOpacity: 0.3,
	stroke: false,
	strokeColor: '339900',
	strokeOpacity: 1,
	strokeWidth: 1,
	fade: true,
	alwaysOn: false,
}
$(function() {
	$('#doaks_ggr_virt_map').maphilight();
	});
