$(document).ready(function(){
	$("a.customfitlink").click(function(){
		$("#customfit").slideToggle("slow");
	});
});
