<!--
TConfigure each image element to display the path to one of  your images. 
Add more image elements if needed.  
fader =  number of seconds between the image transition
process = select "sequential" or "random" display of the images
loop = Used for sequential display only, select "yes" to loop forever, "no" to stop at the last image
-->

<slides fader="5" process="sequential"  loop="yes" >
<image path="images/flash/image9.jpg" />
<image path="images/flash/image8.jpg" />
<image path="images/flash/image1.jpg" />
<image path="images/flash/image2.jpg" />
<image path="images/flash/image3.jpg" />
<image path="images/flash/image4.jpg" />
<image path="images/flash/image5.jpg" />
<image path="images/flash/image6.jpg" />
<image path="images/flash/image7.jpg" />
</slides>
