 $(document).ready(function() {
                var myImageFlow = new ImageFlow();
                myImageFlow.init({
                    ImageFlowID: 'myImageFlow',
                    slideshow: true,
                    slideshowAutoplay: true,
                    buttons: true,
                    startID: 3,
                    opacity: true,
                    opacityArray: [10,3,2,1,1],
                    circular: true,
                    glideToStartID: false,
                    captions: false,
                    imagesHeight: 0.6,
                    imageCursor: 'pointer',
                    reflectPath: '/' ,
                    aspectRatio:        1.964, 
                    imageFocusM:        2.3,
                    slideshowSpeed:     5000
  
                });
            });
