var theHandle=[],theRoot=[],theThumb=[],theScroll=[],thumbTravel=[],ratio=[];function instantiateScroller(a,d,b,c,e,g,f){if(document.getElementById)theScroll[a]=new ypSimpleScroll(d,b,c,e,g,f)}
function createDragger(a,d,b,c,e,g,f,h){d='<div class="up" id="up'+a+'"><a href="#" onmouseover="theScroll['+a+"].scrollNorth('"+a+'\')" onmouseout="theScroll['+a+'].endScroll()" onclick="return false;"><img src="../Style/LandingSite/Images/up.gif"></a></div><div class="dn"  id="dn'+a+'""><a href="#" onmouseover="theScroll['+a+"].scrollSouth('"+a+'\')" onmouseout="theScroll['+a+'].endScroll()" onclick="return false;"><img src="../Style/LandingSite/Images/dn.gif" ></a></div><div class="thumb" id="'+
c+'" style="left: 135px; top: 15px;"><img src="../Style/LandingSite/Images/thumb.gif" ></div>';if(document.getElementById(b)){document.getElementById(b).innerHTML=d+document.getElementById(b).innerHTML;theRoot[a]=document.getElementById(b);theThumb[a]=document.getElementById(c);b=document.getElementById("up"+a);c=document.getElementById("dn"+a);theThumb[a].style.left=parseInt(e+15)+"px";b.style.left=parseInt(e+15)+"px";c.style.left=parseInt(e+15)+"px";theThumb[a].style.border=0;theThumb[a].style.top=
parseInt(f)+"px";b.style.top="0px";c.style.top=parseInt(f+h)+"px";theScroll[a].load();Drag.init(theThumb[a],null,e+15,g+15,f,h);thumbTravel[a]=theThumb[a].maxY-theThumb[a].minY;ratio[a]=theScroll[a].scrollH/thumbTravel[a];theThumb[a].onDrag=function(j,i){theScroll[a].jumpTo(null,Math.round((i-theThumb[a].minY)*ratio[a]))}}}function addLoadEvent(a){var d=window.onload;window.onload=typeof window.onload!="function"?a:function(){d();a()}}
addLoadEvent(function(){if(theScroll.length>0)for(var a=0;a<theScroll.length;a++)createDragger(a,"handle"+a,"root"+a,"thumb"+a,theScroll[a].clipW,theScroll[a].clipW,15,theScroll[a].clipH-30)});

