$(document).ready(function() {
	$(".update_group").find("a.group_header").click(function() {
		$(this).parent(".update_group").find(".update_details").toggle("slow");
		return false;
	});
});
