$(function() {
	$('#cenikLink').click(function() {
				$('#cenik').toggle('fast');
	});	
});
