// JavaScript JQUERY CUSTOM \\

$(document).ready(function(){
		
	// first example
	$("#folder_001").treeview({
		animated: "fast",
		collapsed: true,
		unique: false,
		persist: "cookie",
		cookieId: "stsnav"
	});
	

});