/**
* copyright (c) 2008 Juergen Vogel, jv-webentwicklung.de, waider-mediendesign.de
**/

$(function(){$('#text').jScrollHorizontalPane({scrollbarHeight:10,scrollbarMargin:0,showArrows:true,arrowSize:10});});
function jumpTo(p){ $('#text')[0].scrollTo((p-1)*700); }
