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