$().ready(function() {
	
	$('.inwestorzy dt').click(function() {
		$(this).next().slideToggle();
	})
});

