function init_dw_Scroll(){var a=new dw_scrollObj("wn","lyr1","t1");a.setUpScrollControls("scrollLinks");a.on_scroll=a.on_glidescroll=function(){var b=document.getElementById("slide_right");if(a.x==-a.maxX){b.style.top="-1000px"}else{b.style.top="138px"}b=document.getElementById("slide_left");if(a.x==0){}else{}};a.on_scroll()}AddToInitArray(init_dw_Scroll);
