/* <![CDATA[ */

	var myMooFlowPage = {

		start: function(){
			/* MooFlow instance with the complete UI and Viewer */
			var mf = new MooFlow($('MooFlow'), {
				useSlider: false,
				useAutoPlay: false,
				useCaption: true,
				useResize: false,
				useMouseWheel: false,
				bgColor: '#bfbfbf',
				useKeyInput: true,
				useViewer: true,
				reflection: 0.3,
				heightRatio: 0.22,
				offsetY: -225,
				startIndex: 0,
				factor: 105,
				interval: 6000
			});

			mf.attachViewer();
			mf.play();


		}

	};

	window.addEvent('domready', myMooFlowPage.start);

/* ]]> */

