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