
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
} ('8(!f.p.F){f.p.F=9(a){g((a-1)*(a-1)*((2.7)*(a-1)+1.7)+1)}}h 13=14.15({16:9(a,b){4.q=17.18({r:f.p.19,s:0.3},b||{});4.5=$(a);4.6=4.5.i(\'t.6\').i(\'a\');h c=u G(\'H\',{j:\'v\'});4.d=u G(\'H\',{j:\'1a\'});8(I.J.1b){1c{K.1d(\'1e\',1f,1g)}1h(e){}}4.d.L(c);4.5.L(4.d);4.w=4.M.x(4);4.y=4.z.x(4);4.B=9(){4.z(4.6)}.N(4);4.5.k(\'O\',4.w);4.5.k(\'P\',4.y);4.5.k(\'Q\',4.B);K.k(\'1i\',4.R.x(4));8(4.6)4.l(4.6);S 4.l(4.5.i(\'a\'))},R:9(){4.5.C(\'O\',4.w);4.5.C(\'P\',4.y);4.5.C(\'Q\',4.B)},M:9(a){h b=T.U(a);8(!b||b.D!="A")g;8(!4.6)4.l(b);4.5.i(\'t.6\').j=\'\';4.6=b;$(4.6).V(\'t\').j=\'6\'},l:9(a){4.d.1j({v:4.E(a)+\'m\',W:a.X+\'m\',1k:\'1l\'});4.6=a},E:9(a){8(I.J.1m)a=a.V();g Y.Z(a)[0]-Y.Z(4.5)[0]},z:9(b){8(b.D==\'A\')b=b;S b=T.U(b);8(!4.6||4.10==b||!b||b.D!="A")g;4.11();4.n=12.1n(9(){h a="W:"+b.X+"m; v:"+4.E(b)+"m;";8(4.o&&4.o.1o==\'1p\')4.o.1q();4.o=u f.1r(4.d,{1s:a,s:4.q.s,r:4.q.r})}.N(4),1t);4.10=b},11:9(){8(1u 4.n=="1v"){12.1w(4.n);1x 4.n}}});', 62, 96, '||||this|menu|current||if|function||||back||Effect|return|var|down|className|observe|setCurrent|px|timeout|morph|Transitions|options|transition|duration|li|new|left|observeClick|bindAsEventListener|observeMouseMove|moveBg||observeMouseOut|stopObserving|tagName|getOffsetX|backOut|Element|DIV|Prototype|Browser|document|appendChild|clickItem|bind|click|mousemove|mouseout|unregisterEvents|else|Event|element|up|width|offsetWidth|Position|cumulativeOffset|object|moveTimeout|window|FancyMenu|Class|create|initialize|Object|extend|sineInOut|background|IE6|try|execCommand|BackgroundImageCache|false|true|catch|unload|setStyle|visibility|visible|IE|setTimeout|state|running|cancel|Morph|style|90|typeof|number|clearTimeout|delete'.split('|'), 0, {}))
function startSlideshow() {
    start_slideshow(1, 10, 3000);
    function start_slideshow(start_frame, end_frame, delay) {
        setTimeout(switch_slides(start_frame, start_frame, end_frame, delay), delay);
    }
    function switch_slides(frame, start_frame, end_frame, delay) {
        return (function() {
            Effect.Fade('slideshow' + frame, {
                duration: 1.4
            });
            if (frame == end_frame) {
                frame = start_frame;
            } else {
                frame = frame + 1;
            }
            setTimeout("Effect.Appear('slideshow" + frame + "',{duration: 1.4});", 00);
            setTimeout(switch_slides(frame, start_frame, end_frame, delay), delay + 3000);
        })
    }
}
function showNav() {
    $('nav').morph('height: 32px;', {
        duration: 0.3
    });
}
function showNav2() {
    $('nav2').morph('height: 25px;', {
        duration: 0.3
    });
}
function showNav3() {
    $('nav3').morph('height: 25px;', {
        duration: 0.3,
        delay: 0.3
    });
}


var logoDelay = 1000;
var StayDelay = 5000;


function hideLogo(){
	Effect.Fade('subLogo', { duration: 1.0, from: 1, to:0 });
	Effect.BlindUp('logo', { duration: 1.0 });
}

function showSubLogo(){
	Effect.Appear('subLogo', { duration: 1.0, from: 0, to: 1 });
}
