
$(function() {
  $('.heightLine').flatHeights();

});

$(function() {
	$("#tree1").treeview({
		collapsed: true,
		animated: "fast",
		control: "#sidetreecontrol1",
		persist: "cookie"
	});
}) 

$(function() {
	$("#tree2").treeview({
		collapsed: true,
		animated: "fast",
		control: "#sidetreecontrol2",
		persist: "cookie"
	});
}) 

$(function() {
	$("#tree3").treeview({
		collapsed: true,
		animated: "fast",
		control: "#sidetreecontrol3",
		persist: "cookie"
	});
}) 




$(function() {
	$('#reSize').resizable({
	maxWidth: 385, maxHeight: 600,
	minWidth: 385, minHeight: 160
	
	});
});
