Event.observe(window, 'load', function(evnt)
{
  var ProtFlowLayer = new ProtoFlow($("protoflow"), {
    startIndex: 0,       
    slider: false,
    captions: false,
    useReflection: true,
    enableOnClickScroll: false,
    autoplay: true,
    autoplayInterval: 5
  });
});
