window.addEvent('domready', function() {

var box1 = $('box1')var fx1 = box1.effects({duration: 0, transition: Fx.Transitions.Quart.easeOut}); 
$('start').addEvent('domready', function() {	fx1.start({		'opacity': .0001
	}).chain(function() {		this.start.delay(320, this, {			'opacity': .1		});
	}).chain(function() {		this.start.delay(820, this, {			'opacity': .3		});
	}).chain(function() {		this.start.delay(720, this, {			'opacity': .6		});
	}).chain(function() {		this.start.delay(620, this, {			'opacity': 1		});	});
});

var box1 = $('box1')var fx1 = box1.effects({duration: 500, transition: Fx.Transitions.Quart.easeOut});

$('about').addEvent('mouseenter', function() {	fx1.start({		'opacity': .5
	}).chain(function() {		this.start({		'opacity': 1		});	});
});


var box2 = $('box2')var fx2 = box2.effects({duration: 0, transition: Fx.Transitions.Quart.easeOut});

$('start').addEvent('domready', function() {	fx2.start({		'opacity': .0001	}).chain(function() {		this.start.delay(640, this, {			'opacity': .1		});
	}).chain(function() {		this.start.delay(740, this, {			'opacity': .3		});
	}).chain(function() {		this.start.delay(640, this, {			'opacity': .6		});
	}).chain(function() {		this.start.delay(540, this, {			'opacity': 1		});	});});

var box2 = $('box2')var fx2 = box2.effects({duration: 500, transition: Fx.Transitions.Quart.easeOut});

$('concerts').addEvent('mouseenter', function() {	fx2.start({		'opacity': .5
	}).chain(function() {		this.start({		'opacity': 1		});	});
});


var box3 = $('box3')var fx3 = box3.effects({duration: 0, transition: Fx.Transitions.Quart.easeOut});

$('start').addEvent('domready', function() {	fx3.start({		'opacity': .0001	}).chain(function() {		this.start.delay(960, this, {			'opacity': .1		});
	}).chain(function() {		this.start.delay(660, this, {			'opacity': .3		});
	}).chain(function() {		this.start.delay(560, this, {			'opacity': .6		});
	}).chain(function() {		this.start.delay(460, this, {			'opacity': 1		});	});});

var box3 = $('box3')var fx3 = box3.effects({duration: 500, transition: Fx.Transitions.Quart.easeOut});

$('news').addEvent('mouseenter', function() {	fx3.start({		'opacity': .5
	}).chain(function() {		this.start({		'opacity': 1		});	});
});

var box4 = $('box4')var fx4 = box4.effects({duration: 0, transition: Fx.Transitions.Quart.easeOut});

$('start').addEvent('domready', function() {	fx4.start({		'opacity': .0001	}).chain(function() {		this.start.delay(1280, this, {			'opacity': .1		});
	}).chain(function() {		this.start.delay(580, this, {			'opacity': .3		});
	}).chain(function() {		this.start.delay(480, this, {			'opacity': .6		});
	}).chain(function() {		this.start.delay(380, this, {			'opacity': 1		});	});});

var box4 = $('box4')var fx4 = box4.effects({duration: 500, transition: Fx.Transitions.Quart.easeOut});

$('press').addEvent('mouseenter', function() {	fx4.start({		'opacity': .5
	}).chain(function() {		this.start({		'opacity': 1		});	});
});

var box5 = $('box5')var fx5 = box5.effects({duration: 0, transition: Fx.Transitions.Quart.easeOut});

$('start').addEvent('domready', function() {	fx5.start({		'opacity': .0001	}).chain(function() {		this.start.delay(1520, this, {			'opacity': .1		});
	}).chain(function() {		this.start.delay(520, this, {			'opacity': .3		});
	}).chain(function() {		this.start.delay(420, this, {			'opacity': .6		});
	}).chain(function() {		this.start.delay(320, this, {			'opacity': 1		});	});});

var box5 = $('box5')var fx5 = box5.effects({duration: 500, transition: Fx.Transitions.Quart.easeOut});

$('media').addEvent('mouseenter', function() {	fx5.start({		'opacity': .5
	}).chain(function() {		this.start({		'opacity': 1		});	});
});

var box6 = $('box6')var fx6 = box6.effects({duration: 0, transition: Fx.Transitions.Quart.easeOut});

$('start').addEvent('domready', function() {	fx6.start({		'opacity': .0001	}).chain(function() {		this.start.delay(1760, this, {			'opacity': .1		});
	}).chain(function() {		this.start.delay(460, this, {			'opacity': .3		});
	}).chain(function() {		this.start.delay(360, this, {			'opacity': .6		});
	}).chain(function() {		this.start.delay(260, this, {			'opacity': 1		});	});});

var box6 = $('box6')var fx6 = box6.effects({duration: 500, transition: Fx.Transitions.Quart.easeOut});

$('support').addEvent('mouseenter', function() {	fx6.start({		'opacity': .5
	}).chain(function() {		this.start({		'opacity': 1		});	});
});

var box7 = $('box7')var fx7 = box7.effects({duration: 0, transition: Fx.Transitions.Quart.easeOut});

$('start').addEvent('domready', function() {	fx7.start({		'opacity': .0001	}).chain(function() {		this.start.delay(2000, this, {			'opacity': .1		});
	}).chain(function() {		this.start.delay(400, this, {			'opacity': .3		});
	}).chain(function() {		this.start.delay(300, this, {			'opacity': .6		});
	}).chain(function() {		this.start.delay(200, this, {			'opacity': 1		});	});});

var box7 = $('box7')var fx7 = box7.effects({duration: 500, transition: Fx.Transitions.Quart.easeOut});

$('contact').addEvent('mouseenter', function() {	fx7.start({		'opacity': .5
	}).chain(function() {		this.start({		'opacity': 1		});	});
});

});
