// JavaScript Document
jQuery(function() {
// this initialises the demo scollpanes on the page.
jQuery('#pane1').jScrollPane({showArrows:true, scrollbarWidth:17});
jQuery('#pane2').jScrollPane({showArrows:true, scrollbarWidth:17});
jQuery('#pane3').jScrollPane({showArrows:true, scrollbarWidth:17});
			});

