$(document).ready(
	function() {
		var wrapHeight = 847;
		var headerHeight = $('#contentBody th').height();
		var scrollHeight = wrapHeight - headerHeight;
		$('#contentBody td.contentWrap').css("height", scrollHeight);
		$('#content').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarOnLeft:false, dragMinHeight:36, dragMaxHeight:36});
		if ($('.jScrollPaneTrack').width() != null) {
			$('#contentText').css('margin-right', 5);
		}
	}
);
