$("dl.compare dt").click(function() {
	$(this).next("dd").slideToggle("fast");
});
