

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [153, 154], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/gatlin_bp129.gif", "", "", "Online Tendering Training"],
		["images/gatlin_bp130.gif", "", "", "Invitation to Tender"],
		["images/gatlin_bp123.gif", "", "", "Invitation to Tender"],
		["images/gatlin_bp125.gif", "", "", "Invitation to Tender"],
		["images/gatlin_bp34.gif", "", "", "Invitation to Tender"],
		["images/gatlin_bp1b.gif", "", "", "Invitation to Tender"],
		["images/gatlin_bp25.gif", "", "", "Invitation to Tender"],
		["images/gatlin_bp114.gif", "http://www.tfc-training.com/sales.htm", "_new", "Providing Expert Training"],
		["images/gatlin_bp115.gif"],
		["images/gatlin_bp124.gif", "", "", "Tendering Training"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [153, 154], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/gatlin_bp129.gif", "", "", "Invitation to Tender"],
		["images/gatlin_bp114.gif", "http://www.tfc-training.com/sales/htm", "_new", "Prepare Perfect Tenders!"],
		["images/gatlin_bp115.gif"],
		["images/gatlin_bp125.gif", "", "", "Win New Business"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: "fadeshow2toggler"
})



