$(function()
	{
		$('#pane1')
			.jScrollPane(
				{
					showArrows:true
				}
			);
	});
$(function()
	{
		$('#pane2')
			.jScrollPane(
				{
					showArrows:true
				}
			);
	});