$(document).ready(function(){

	$("#jQcore").treeview({
		animated: "meduim",
		collapsed: true,
		control: "#treecontrolCore"
	});
	$("#jQexecutive").treeview({
		animated: "meduim",
		collapsed: true,
		control: "#treecontrolExecutive"
	});
	$("#jQlegislative").treeview({
		animated: "meduim",
		collapsed: true,
		control: "#treecontrolLegislative"
	});
	$("#jQjudecial").treeview({
		animated: "meduim",
		collapsed: true,
		control: "#treecontrolJudecial"
	});
	
	$("#jQcivil").treeview({
		animated: "meduim",
		collapsed: true,
		control: "#treecontrolCivil"
	});
	
});
