window.addEvent('domready', function() {
									 
	var opts = {duration: 2000, steps: 4000};

	var fx5 = new Fx.Cycles.inOutDown('main1', opts);
//	var fx = new Fx.Cycles.inOutLeft('main1', opts);
//	var fx2 = new Fx.Cycles.inOutRight('main2', opts);
//	var fx3 = new Fx.Cycles.inOutDown('main3', opts);
//	var fx4 = new Fx.Cycles.inOutUp('main4', opts);
//	var fx5 = new Fx.Cycles.fadeZoom('main5', opts);
});
