var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [83, 50], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logos/01.gif", "http://www.euronext.com", "_blank", ""],
		["images/logos/02.gif", "http://www.dsv.com", "_blank", ""]
		 //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [83, 50], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logos/03.gif", "http://www.future-focus.nl/", "_blank", ""],
		["images/logos/04.gif", "http://www.dejager-kasten.nl/", "_blank", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [83, 50], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logos/05.gif", "http://www.bit-libre.com", "_blank", ""],
		["images/logos/06.gif", "http://www.all-ears.nl/", "_blank", ""]//<--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: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery4=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [83, 50], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logos/07.gif", "http://www.nutreco.nl/", "_blank", ""],
		["images/logos/08.gif", "http://www.vipfashion.nl/", "_blank", ""],
		["images/logos/15.gif", "http://www.vsbfonds.nl/", "_blank", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery5=new fadeSlideShow({
	wrapperid: "fadeshow5", //ID of blank DIV on page to house Slideshow
	dimensions: [83, 50], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logos/09.gif", "", "_blank", ""],
		["images/logos/10.gif", "http://www.dutchband.com/", "_blank", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery6=new fadeSlideShow({
	wrapperid: "fadeshow6", //ID of blank DIV on page to house Slideshow
	dimensions: [83, 50], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logos/11.gif", "http://www.koltegels.nl/", "_blank", ""],
		["images/logos/12.gif", "http://www.stryker.com/", "_blank", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


var mygallery7=new fadeSlideShow({
	wrapperid: "fadeshow7", //ID of blank DIV on page to house Slideshow
	dimensions: [83, 50], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logos/13.gif", "http://www.imc.nl/", "_blank", ""],
		["images/logos/14.gif", "http://www.koltegels.nl/", "_blank", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

