/***********************************************
* Flexi Slideshow- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

/***********************************************
Revisions: Oct. 2005, Ron Liskey (support@ronliskey.com)

Hi Leslie!

This file contains all the values that you can customize in the slideshow application, including:
	- the path to the directory containing your slideshow images,
	- the list of images to include in the slideshow, along with caption text,
	- the width, height, and background color of the slideshow view, 
	- the speed at which images rotate,.  
*************************************************/

var image_path 	= '/images/images/slideshow/'; 	// Set image_path to the directory containing the slideshow images.
var artist_path 	= ''; 				// Set artist_path to directory containing the artist bios.

var variableslide=new Array()
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
variableslide[0]=[image_path + 'Slide3.jpg', 'bonnie.htm','<b>Bonnie Hayes, </b><br /><i>Genre: </i>Alternative Rock']
variableslide[1]=[image_path + 'Slide24.jpg', 'otmar.htm','<b>Ottmar Liebert, </b><br /><i>Genre: </i>Flamenco & Jazz']
variableslide[2]=[image_path + 'Slide4.jpg', 'markus.htm','<b>Markus James, in Mali, West Africa, </b><br /><i>Genre: </i>World & Blues']
variableslide[3]=[image_path + 'Slide5.jpg', 'alex.htm','<b>Alex de Grassi playing "The Flying Dream", a 39-string custom-made guitar by luthier Fred Carlson, <br /><i>Genre: </b></i> Folk & Jazz']
variableslide[4]=[image_path + 'Slide21.jpg', 'doug.htm','<b>Doug Dopplar</b>']
variableslide[5]=[image_path + 'Slide7.jpg','lara.htm','<b>Lara Price, </b><br /><i>Genre: </i>Blues']
variableslide[6]=[image_path + 'Slide8.jpg', 'markus.htm','<b>Markus James, recording live in Mali, </b><br /><i>Genre: </i>World & Blues']
variableslide[7]=[image_path + 'Slide9.jpg', 'cowboymouth.htm','<b>Cowboy Mouth, </b><br /><i>Genre: </i>Alternative Rock']
variableslide[8]=[image_path + 'Slide10.jpg','alex.htm', '<b>Alex de Grassi, </b><br /><i>Genre: </i>Folk & Jazz']
variableslide[9]=[image_path + 'Slide11.jpg', 'coyboymouth.htm','<b>Cowboy Mouth lead singer Fred LeBlanc, <br /><i>Genre: </i>Alternative Rock']
variableslide[10]=[image_path + 'Slide12.jpg','cowboymouth.htm','<b>Markus James, </b><br /><i>Genre: </i>World & Blues']
variableslide[11]=[image_path + 'Slide13.jpg','pamela.htm', '<b>Pamela Rose, </b><br /><i>Genre: </i>Jazz']
variableslide[12]=[image_path + 'Slide1.jpg', 'kitty.htm','<b>Kitty Margolis, </b><br /><i>Genre: </i>Jazz</i>']
variableslide[13]=[image_path + 'Slide14.jpg','roy.htm','<b>Roy Rogers, </b><br /><i>Genre: </i>Blues']
variableslide[14]=[image_path + 'Slide19.jpg','kitty.htm', '<b>Kitty Margolis, </b><br /><i>Genre: </i>Jazz']
variableslide[15]=[image_path + 'Slide16.jpg','bonnie.htm', '<b>Bonnie Hayes, </b><br /><i>Genre: </i>Alternative Rock']
variableslide[16]=[image_path + 'Slide17.jpg', 'nadine.htm', '<b>Nadine Condon, </b><br /><i>Genre: </i>Lecturer']
variableslide[17]=[image_path + 'Slide18.jpg','gaynell.htm', '<b>Gaynell Rogers, </b><br /><i>Genre: </i>Chef']
variableslide[18]=[image_path + 'Slide15.jpg','roy.htm','<b>Roy Rogers at Cabo Wabo, </b><br /><i>Genre: </i>Blues']
variableslide[19]=[image_path + 'Slide20.jpg', 'doug.htm', '<b>Doug Dopplar</b>']
variableslide[20]=[image_path + 'Slide23.jpg', 'roy.htm', '<b>Charlie Musselwhite, Roy Rogers, Big Bones']
variableslide[21]=[image_path + 'Slide2.jpg', 'markus.htm', '<b>Markus James performing at the Festival in the Desert in Essakane, Mali, </b><br /><i>Genre: </i>World & Blues']
variableslide[22]=[image_path + 'Slide22.jpg','allyson.htm', '<b>Allyson Paige</b>']

// Leslie: This slide is missing from my directory
//variableslide[23]=[image_path + 'Slide27.jpg','', 'Tuck & Patti, <i>Genre:</i> Jazz']

//configure the below 3 variables to set the dimension/background color of the slideshow
var slidewidth='250px' //set to width of LARGEST image in your slideshow
var slideheight='250px' //set to height of LARGEST image in your slideshow, plus any text description
var slidebgcolor='#B7B7B7'

//configure the below variable to determine the delay between image rotations (in miliseconds)
var slidedelay=4500
