
 jQuery.noConflict();
 jQuery(document).ready(function(){
   var iflow1 = new ImageFlow();
   iflow1.init({ ImageFlowID: 'photos',
                 startID: 4,
                 imagesHeight: 0.685,
                 imagesM: 1.3,
		 opacity: true,
                 opacityArray: [10, 9, 7, 5, 4, 3, 2],
                 aspectRatio: 2.6,
                 percentLandscape: 128, 
                 imageFocusM: 1.55,
                 imageFocusMax: 10,
                 xStep: 140,
                 reflections: false,
                 onClick: function() {return hs.expand(this,
                                       {src: this.getAttribute('longdesc'), 
                                         fadeInOut: true,
                                         loadingOpacity: 0.5,
				         align: 'center', 
					 expandDuration: 500,
					 restoreDuration: 500,
					 easing: 'easeOutBack',
				         easingClose: 'easeInBack',
				         dragSensitivity: 15,
                                         captionText: this.getAttribute('alt')
                                       });
                                     }
               });
 });

