document.write('<style type="text/css">.hide_onload{display:none}</style>');
jQuery(function($) {
$('.hide_onload').css('display','block');
});

/*$('html').addClass('js');*/

$(document).ready(function(){
		
	// third example
	$("#maintree").treeview({
		//animated: "fast",
		collapsed: true,
		unique: true,
		persist: "location"
	});
});