$(document).ready(function(){
		
	$("#blue").treeview({
		animated: "fast",
		collapsed: true,
		unique: true,
		persist: "location"
	});
});
