$(function()
			{
				// this initialises the demo scollpanes on the page.
				$('#textPanel').jScrollPane({dragMaxHeight:51, scrollbarMargin:10});
				$('#textPanel2').jScrollPane({dragMaxHeight:51, scrollbarMargin:10});
				                
			});

