$(window).bind("load resize",function() {
  var hgt = $(window).height();
  //alert (hgt);
  heightContent = hgt - (106 + 100 + 130);
  heightNav = hgt - (106 + 100);
  $('#textScroll').height(heightContent);
  /*$('#navigation').height(heightNav);*/
  $('#textScroll p:last').css('padding-right','250px');
});

$(function()
{
	$('.scroll-pane').jScrollPane({
			verticalGutter : 20,
            verticalDragMinHeight: 18,
			verticalDragMaxHeight: 18,
            autoReinitialise: true
		}
);
});
