
$(document).ready(function(){removeEmptyZones();setContentWidth();setTimeout('setContentWidth();',1000);$(window).resize(function(){setContentWidth();setTimeout('setContentWidth();',1000);});init();});function init()
{$("body").css("display","block");if($(".tree").length>0)
{$(".tree").treeview({collapsed:true,animated:"medium",persist:"location"});}}