jQuery(document).ready(function() { 

jQuery(".routesubmit").live("click" , function() {
	jQuery("#map_directions").show();
});

});
