function wysokosc(){
	var wys = parseInt($('#calosc').height());
	if ((wys % 201) != 0) $('#calosc').height((Math.floor(wys / 201) + 1) * 201);
}