$(function()
{
// this initialises the demo scollpanes on the page.
$('#scroll_1').jScrollPane({showArrows:true});
$('#scroll_2').jScrollPane({showArrows:true});
$('#scroll_3').jScrollPane({showArrows:true});
                
});
