$(document).ready(function() {
							   
		$('#scroller').jScrollPane();
	
		reinitialiseScrollPane = function()
		{
			$('#scroller').jScrollPane();
		}
});	
