var TargiMapa = {
	unHighlight: function() {
		$('targi_box_map_highlight_img').src = '/images/tmo/maps/blank.gif';
	},

	highlight: function(obszar) {
		$('targi_box_map_highlight_img').src = '/images/tmo/maps/obszary/' + obszar + '.gif?km';
	}
};
