$j(function(){
$j('#ScrollPaneWide').jScrollPane({scrollbarWidth:31, showArrows:true, animateTo:true, animateInterval:50, animateStep:5});
$j(window).bind('load', function(){
$j('#ScrollPaneWide')[0].scrollTo(5);
});
});
// 11/19/2009 2:07:41 PM