$(document).ready(function(){
		
	// third example
	$("#mainmenu").treeview({
		animated: "fast",
		collapsed: true
	});

	// third example
	$("#red").treeview({
		animated: "fast",
		collapsed: true,
		control: "#treecontrol"
	});
});
