	function activityTab( a )
	{
		$(".activity_detail").hide();
		$("#tab_" + a).show();
	}
