var menuSlider=function(){var m,e,g,s,q,i;e=[];q=8;i=8;return{init:function(j,k){m=document.getElementById(j);e=m.getElementsByTagName('li');var i,l,w,p,et;i=0;l=e.length;for(i;i<l;i++){var c,v;c=e[i];v=c.value;if(v==1)
{s=c;w=c.offsetWidth;p=c.offsetLeft}
c.onmouseover=function(){menuSlider.mo(this)};c.onmouseout=function(){menuSlider.mo(s)};}
g=document.getElementById(k);m.tm=setInterval(function(){menuSlider.mv(parseInt(p)+(parseInt((w)/2)-8))},i);g.style.left=(parseInt(p+(c.offsetWidth)/2)-8)+'px';},mo:function(d){clearInterval(m.tm);var el,ew;el=parseInt(d.offsetLeft);ew=(parseInt((d.offsetWidth)/2)-8);m.tm=setInterval(function(){menuSlider.mv(el+ew)},i);},mv:function(el){var l;l=parseInt(g.offsetLeft);if(l!=el)
{var ld,lr,li;ld=(l>el)?-1:1;lr=Math.abs(el-l);li=(lr<q)?ld*lr:ld*q;g.style.left=(l+li)+'px';}
else
{clearInterval(m.tm)}}};}();
