var slideMenu=function(){var a,i,h,b,e,c,f,g,d;return{build:function(p,k,l,o,j,n){a=o;i=k;h=l;b=document.getElementById(p);e=b.getElementsByTagName("li");c=e.length;f=b.offsetWidth;k=f/c;d=Math.floor((f-i)/(c-1));var m=0;for(m;m<c;m++){o=e[m];o.style.width=k+"px";this.timer(o)}if(j!=null){b.timer=setInterval(function(){slideMenu.slide(e[j-1])},h)}},timer:function(j){j.onmouseover=function(){clearInterval(b.timer);b.timer=setInterval(function(){slideMenu.slide(j)},h)}},slide:function(m){var j=parseInt(m.style.width,"10");if(j<i){var p=0;var l=0;for(l;l<c;l++){if(e[l]!=m){var q,k;var n=0;q=e[l];k=parseInt(q.style.width,"10");if(k>d){n=Math.floor((k-d)/a);n=(n>0)?n:1;q.style.width=(k-n)+"px"}p=p+(k-n)}}m.style.width=(f-p)+"px"}else{clearInterval(b.timer)}}}}();
