var startPos = window.location.search.indexOf("full") > -1 ? 24 : 10

var myMooFlowPage = {
	start: function(){
		/* MooFlow instance with the Milkbox Viewer */
		var mf = new MooFlow($('MooFlow'), {
			startIndex: startPos,
			useResize: true,
			bgColor: '',
			reflection: 0.4,
			useSlider: true,
			useCaption: true,
			useMouseWheel: true,
			useKeyInput: true,
			useViewer: true,
			onClickView: function(obj){
				Milkbox.showThisImage(obj.href, obj.alt);
			}
		});	
	}
}	





