Panel=new Object();Panel.Scroller=function(p){var h=$("#"+p.id);var d=h.offset().top;var b;var g=new Object();var j=this;var m;var l=$(h).find(".slider")[0];var c=$(".slideButtonUp",h)[0];var r=$(".slideButtonDown",h)[0];var q=$(".inner",h);var i=$(q).height()-$(h).height();var a=$(l).parent();var o=$(a).offset().top;var n=$(a).offset().top+$(a).height()-$(l).height();Panel.Scroller.prototype.slideDown=function(){};Panel.Scroller.prototype.slideUp=function(){scroll()};function e(){offsetTop=parseInt($(q).offset().top)+10;dist=Math.sqrt(Math.pow($(q).offset().top-$(h).offset().top,2));dir=$(q).offset().top-$(h).offset().top;if(dist>0&&dir<0){$(q).offset({top:offsetTop,left:$(q).offset().left});f(dist-10)}}function k(){offsetTop=parseInt($(q).offset().top)-10;dist=Math.sqrt(Math.pow($(q).offset().top-$(h).offset().top,2));if(dist<i){$(q).offset({top:offsetTop,left:$(q).offset().left});f(dist+10)}}function f(s){value=parseInt($(a).height())*Math.abs(s/i)+a.offset().top;if(!isNaN(value)){smp=parseInt(a.height()-$(l).height());if(value>0&&value<(smp+a.offset().top)){$(l).offset({top:value,left:$(l).offset().left})}}}Panel.Scroller.prototype.start=function(){$(c).bind("mousedown",function(){if(!m){m=setInterval(e,100)}return false});$(r).bind("mousedown",function(s){if(!m){m=setInterval(k,100)}return false});$(document).bind("mouseup",function(s){if(m){clearInterval(m);m=null}});$(l).bind("mousedown",function(s){if($.browser.mozilla&&s.preventDefault){s.preventDefault()}});$(l).bind("mousedown",function(s){if(!b){b=$(this)}});$(document).bind("mouseup",function(s){if(b){b=null}return false});$(document).bind("mousemove",function(s){if(b){sli=b.offset();sli.x=sli.left+b.width()/2;sli.y=sli.top+b.height()/2;g.lastY=g.y;g.x=s.pageX;g.y=s.pageY;odl=Math.sqrt(Math.pow(sli.x-g.x,2)+Math.pow(sli.y-g.y,2))}if(b&&odl<75){spane=$(a).offset();spane.height=$(a).height();innerHeight=$(q).height()-$(h).height();perc=(Math.round((sli.top-o)/(n-o)*100)/100);if(perc<0.03){perc=0}if(perc>0.97){perc=1}p2=-1*perc*innerHeight;$(q).css({top:parseInt(p2)});pos=s.pageY-b.height()/2;position=parseInt(pos);if(position>o&&position<n){$(b).offset({top:position,left:($(b).offset()).left})}}else{b=null}})}};$(document).ready(function(){$(function(){$.extend($.fn.disableTextSelect=function(){return this.each(function(){if($.browser.mozilla){$(this).css("MozUserSelect","none")}else{if($.browser.msie){$(this).bind("selectstart",function(){return false})}else{$(this).mousedown(function(){return false})}}})});$(".noSelect").disableTextSelect()});autorzy=new Panel.Scroller({id:"cAuthors"});autorzy.start();serie=new Panel.Scroller({id:"cSerie"});serie.start();dzialy=new Panel.Scroller({id:"cDzialy"});dzialy.start();tytuly=new Panel.Scroller({id:"cTytuly"});tytuly.start()});
