<!--
			$(function()
			{
				// this initialises the demo scollpane on the page.
				$('#pane1,#pane2,#pane3').jScrollPane({showArrows: true, scrollbarWidth:10, scrollbarMargin: 10});
			});
//-->