// JavaScript Document
$(function(){
				// this initialises the demo scollpanes on the page.
	
				$('#scroll').jScrollPane({scrollbarWidth:15, scrollbarMargin:10, dragMaxHeight:30});

				
				
});
