
$(function () {
	$('#tourismDataSearch a').click(function () {
		$("#tourismDataSearchDropdown").toggle();
		return false;
	});
});
