$(document).ready(function() {
	$("#klima").click(function() {
		$("#klima-detaljno").toggle("slow");
		return false;
	});
});
