 jQuery.noConflict();
jQuery(document).ready(function(){
		
	// Treeview para mantenimiento de carpetas
   jQuery("#browser").treeview({
	  	animated: "fast",
		collapsed: false
	});
	 	
});
