$(document).ready(function()
{
	$("#menutree").treeview
	({
		animated: "fast",
		collapsed: true,
		unique: true,
		persist: "cookie",
		toggle: function() {
			window.console && console.log("%o was toggled", this);
		}
	});
});

/*$(document).ready(function()
{
	$('a.znaczek').hover(function() {
		$(this).find("img.zn").attr("src","main_modules/views/images/btn_over_znaczek.jpg");
			}, function() {
		$(this).find("img.zn").attr("src","main_modules/views/images/znaczek_kategorie.jpg");
	});
});*/
