

/***********************************************
* Flexi Slideshow- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var variableslide=new Array()

//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]

variableslide[0]=['images/eduslides/Bill-RT6.jpg', '', 'Photo: DVRC']
variableslide[1]=['images/eduslides/Bill-Feathers.jpg', '', 'Photo: Tanya Bisignano']
variableslide[2]=['images/eduslides/Bill-RT4.jpg', '', 'Photo: DVRC']
variableslide[3]=['images/eduslides/grt-horned_upclose.JPG', '', 'Photo: DVRC']
variableslide[4]=['images/eduslides/Bill-RT2.jpg', '', 'Photo: Pat & Jim Parker']
variableslide[5]=['images/eduslides/Julia2.jpg', '', 'Photo: DVRC']
variableslide[6]=['images/eduslides/Jan-Kestrel.jpg', '', 'Photo: Angelo Correa']
variableslide[7]=['images/eduslides/Jan-Barred.jpg', '', 'Photo: Mr. Denkers']
variableslide[8]=['images/eduslides/Streeter-4a.jpg', '', 'Photo: Peter Kromayer']
variableslide[9]=['images/eduslides/billJulie2.jpg', '', 'Photo: DVRC']
variableslide[10]=['images/eduslides/Jan-Bald.jpg', '', 'Photo: Mr. Denkers']
variableslide[11]=['images/eduslides/saw-whet_close-up.bmp', '', 'Photo: DVRC']
variableslide[12]=['images/eduslides/Bill-Bald.jpg', '', 'Photo: Barbara Steen']
variableslide[13]=['images/eduslides/Bill-Saw2.jpg', '', 'Photo: DVRC']
variableslide[14]=['images/eduslides/BillJuliaPicnic.jpg', '', 'Photo: DVRC']
//configure the below 3 variables to set the dimension/background color of the slideshow

var slidewidth='294px' //set to width of LARGEST image in your slideshow
var slideheight='305px' //set to height of LARGEST iamge in your slideshow, plus any text description
//var slidebgcolor='#F3F3F3'
var slidebgcolor=''

//configure the below variable to determine the delay between image rotations (in miliseconds)
var slidedelay=3000


