// JavaScript Document

jQuery(document).ready(function(){
	jQuery("#tree-menu").treeview({
		animated: "slow",
		unique: true
	});
	jQuery("#tree-cata").treeview({
		animated: "slow",
		unique: true
	});
});