function licz(x) {
	//alert(x);
	$("#"+x).css({background: "none"}).slideDown(1);
}
