var scrCs;function stopScroll(){clearTimeout(scrCs)}function scroll(a,b,c){if(b==""){b=document.getElementById(c).style.left.toString();b=b.substring(0,b.indexOf("px"));if(b==""){b=0}if(a=="L"){b=parseInt(b,10)-1}if(a=="R"){b=parseInt(b,10)+1}}rozdil=435-parseInt(document.getElementById(c).style.width);if((b<rozdil&&a=="L")||(b>0&&a=="R")){clearTimeout(scrCs);return}document.getElementById(c).style.left=b+"px";if(scrCs){clearTimeout(scrCs)}if(a=="L"){scrCs=setTimeout('scroll("L",'+(b-2)+',"'+c+'")',25)}if(a=="R"){scrCs=setTimeout('scroll("R",'+(b+2)+',"'+c+'")',25)}};