﻿/**
 * --------------------------------------
 *	Elevator Navigation Class
 *	and
 *	set it
 * --------------------------------------
 */


/**
 *	Elevator Navigation Class
 *	
 *	function ElevatorNavigation( InstanceName, ElementID ){}
 */
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('5 L(a,b){1.h=a;1.u=(12 b!=\'Z\')?b:1.u;B 1}L.V={h:\'\',u:\'U\',s:0.6,w:11,10:0,Y:0,t:W,4:l,7:l,v:0,8:0,o:0,r:0,q:0,R:5(){1.4=3.16(1.u);1.r=3.k.j||3.9.j;1.q=3.9.G||3.k.F||E.D;1.t=1.t/X*n.O;p(1.h+".A()",1.s);1.z()},A:5(){2 a=3.k.j||3.9.j;2 b=3.9.G||3.k.F||E.D;m(1.r!=a||1.q!=b){1.z()}1.r=a;1.q=b;p(1.h+".A()",1.s)},z:5(){2 a=1.4.N;2 b=3.9.G||3.k.F||E.D;2 c=3.k.j||3.9.j;2 d=c+b;2 e=1.4.M.N;2 f=1.4.M.T;2 g=f+e;1.v=1.K(1.4.y.H);m(f>d-a){1.8=e-a}x m(f<=d-a&&g>d){1.8=f+e-d}x{1.8=0}m(1.7!=l){S(1.7);1.7=l}1.o=0;1.7=p(1.h+".C();",n.J(Q/1.w))},C:5(){2 a=1.8-1.v;2 b=1.w*1.s;2 c=1.o/b;m(1.o++<b){1.4.y.H=1.I(a*c+1.v+1.t*n.15(n.O*(1.o/b)));1.7=p(1.h+".C()",n.J(Q/1.w))}x{1.7=l;1.4.y.H=1.I(1.8)}},K:5(a){2 b=a.14(\'P\');B 13(b[0])},I:5(i){B(i+\'P\')}}',62,69,'|this|var|document|dom|function||timer|end|documentElement||||||||name||scrollTop|body|null|if|Math|count|setTimeout|height|scroll|time|easing|element_id|start|fps|else|style|attach_position|check_scroll|return|tween|innerHeight|window|clientWidth|clientHeight|bottom|int2px|round|px2int|ElevatorNavigation|parentNode|offsetHeight|PI|px|1000|init|clearTimeout|offsetTop|elev|prototype|30|100|marginBottom|undefined|marginTop|20|typeof|parseInt|split|sin|getElementById'.split('|'),0,{}));


// set

var elev = new ElevatorNavigation( 'elev', 'elev' );

if ( window.addEventListener ) {
	window.addEventListener( 'load', function(){ elev.init(); }, false );
}
else if ( window.attachEvent ) {
	window.attachEvent( 'onload', function(){ elev.init(); } );
}

