$(document).bind( 'ready', function() {
	$('#tc_contact .show_details').bind( 'click', function() { $('#tc_contact .show_details').hide(); $('#tc_contact .details').slideDown() } );
	$('#tc_contact .hide').bind( 'click', function() { $('#tc_contact .details').slideUp(); $('#tc_contact .show_details').show() } );
});
