$(document).ready(function(){
		
	//sub menu config
	$("#menu").treeview({
		animated: "fast",
		collapsed: true,
		unique: true,

		control: "#treecontrol"
	});


});