$(function(){

$('#socialtab a').click(function() {
	$('#socialgrow').slideToggle(300);						   
							   });

});
