$(function(){
	$('#body').find('#left,#right').layoutHeight({
//		data    : [
//			{index:0,height:0},
//			{index:1,height:2}
//		]
	});
	$('#body #left>#TreeMenu').scrollFollow({
		speed: 500
	});
});
