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