// Put 2 x // in front of the ones you don't want to show
// Remove the 2 x // in front of any you want to switch back on
// For example I have switched off the Toot banner and installed a temporary one for xmas.
// When xmas is over simply switch them back
// New banner images are uploaded via the 'Upload Image' function in your control panel

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [650, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
//		["graphics/homebanner4.jpg", "", "", ""],
		["graphics/homebanner2.jpg", "", "", ""],
		["graphics/homebanner1.jpg", "", "", ""],
		["graphics/homebanner6.jpg", "", "", ""],
		["graphics/homebanner5.jpg", "", "", ""],
		["graphics/homebanner3.jpg", "", "", ""],
		["graphics/homebanner7.jpg", "", "", ""],
		["graphics/homebanner8.jpg", "", "", ""],
		["graphics/homebanner9.jpg", "", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})





