
window.onload = function()
{

if ($("#document div").height() > $("#document").height()) {
		$("#document").jScrollPane({scrollbarWidth:15, scrollbarMargin: 0, dragMinHeight: 40, showArrows : true, arrowSize : 4 });
	}
		
};