 jQuery(document).ready(function(){
	jQuery(".categorybrowser").treeview({
		animated: "fast",
		collapsed: true,
		unique: true,
		persist: "location"
	});

	// roz kategorie

});

	function expand(obj)
	{
		obj.addClass("selected").parents("ul, li").add(obj.next()).show();
		obj.find('a').addClass("red");
	}


