$(document).ready(function(){
	$('#show_event_location_text').click(function(){$('#event_location_details').toggle()});
	
})
