﻿domReady(function() {
    var instanceOne = new ImageFlow();
    instanceOne.init({ ImageFlowID:'myImageFlow',
    startID: 5,
    xStep: 70,
    buttons: false,
    reflectionP: .5,
    captions: false,
  	 onClick: function() {window.open(this.url, '_blank');}    });
});


