$(function () {
	$('#follow_con').toggle();
	$('#follow_tab').click(function () {
		$('#follow_con').slideToggle();
	});
});
