$(document).ready(function(){ 

    
	$("#nav_categories").treeview({
		collapsed: true,
		control: "#treecontrol",
		animated: "fast",
		persist: "location"

	});
	

	/*
$("#nav_categories").treeview({
		collapsed: true,
		control: "#treecontrol",
		animated: "fast",
		persist: "cookie",
        cookieId: "treeview"

	});
*/
	





      
    $(document).pngFix();
       
     
});
