$(function()
{
// this initialises the scollpane on the page.
+				$('#pane4').jScrollPane({scrollbarOnLeft:false, scrollbarWidth: 8, dragMaxHeight: 45});
});