$(function() {
	
	$('.showDirections').click(function() {
		$('.showDirections').hide();
		$('#getDirections').show();
		return false;
	});
	
});
