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