    
    
    Event.observe(window, 'load', function() { Start(); });

        function Start() {
        //leftmargin = Math.floor(($('container').getWidth() - 400) / 2);
        //$('box').setStyle({'left':leftmargin+'px'});
        new Effect.Appear('flyer_top');
        new Effect.Appear('flyer_bottom');
        new Effect.Morph('flyer_top', {style:"margin-top:100px; margin-bottom:0px;", duration:1.0, delay:0.0, transition: Effect.Transitions.sinoidal });
        new Effect.Morph('flyer_bottom', {style:"margin-top:0px;", duration:1.0, delay:0.0, transition: Effect.Transitions.sinoidal });
            
        }
        
