var gallery;
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

if( sPage=="index.php") {
	gallery=new fadeSlideShow({
		wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow
		dimensions: [350, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
		imagearray: [
			["images/slide1.jpg", "http://www.seahorsearts.co.uk/tai-chi-courses.php", "", "Weekend courses at Princethorpe College"],
			["images/slide2.jpg", "", "", "K'ai Men chi gung exercises at the Summer Course"],
			["images/slide3.jpg", "", "", "T'ai Chi form at the weekend course"],
			["images/slide4.jpg", "", "", "Working in partners at the Summer Course"],
			["images/slide5.jpg", "", "", "Working in groups at the Summer Course"]//<--no trailing comma after very last image element!
		],
		displaymode: {type:'auto', pause:10000, cycles:0, wraparound:false},
		persist: false, //remember last viewed slide and recall within same session?
		fadeduration: 2000, //transition duration (milliseconds)
		descreveal: "ondemand",
		togglerid: ""
	})
} else if( sPage=="cornwall-easter-course.php") {
	gallery=new fadeSlideShow({
		wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow
		dimensions: [350, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
		imagearray: [
			["images/slide7.jpg", "", "", "K'ai Men chi gung exercises"],
			["images/slide6.jpg", "", "", "T'ai Chi form - working in groups"],
			["images/slide10.jpg", "", "", "Relaxing on the beach after a day's training"],
			["images/slide14.jpg", "", "", "T'ai Chi form - working in groups"],
			["images/slide9.jpg", "", "", "Going out for a meal after the Summer course"],
			["images/slide24.jpg", "", "", "T'ai Chi Summer Course group photo"],
			["images/slide27.jpg", "", "", "Beach party after the Summer Course"],
			["images/slide20.jpg", "", "", "Broadsword forms - Kung Fu Summer Course"],
			["images/slide18.jpg", "", "", "Beach party after the Summer Course"],
			["images/slide19.jpg", "", "", "Broadsword forms - Kung Fu Summer Course"]//<--no trailing comma after very last image element!
		],
		displaymode: {type:'auto', pause:8000, cycles:0, wraparound:false},
		persist: false, //remember last viewed slide and recall within same session?
		fadeduration: 2000, //transition duration (milliseconds)
		descreveal: "ondemand",
		togglerid: ""
	})
}
