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

    });
});
