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

function resizeText(size, value) {
  document.getElementById('content-area').style.fontSize = size;
  document.getElementById('resize-header').innerHTML = value;
}

