$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);
});
});
// 9/6/2010 9:52:54 PM