$(document).ready(function(){
		
	// first example
	$("#navigation").treeview({
		animated: "fast",
		collapsed: true,
		unique: true,
		control: "#treecontrol"
	});

});