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