// JavaScript Document


var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [619, 217], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["img/foto.jpg", "", "", ""],
		["img/foto2.jpg", "", "", ""],
		["img/foto3.jpg", "", "", ""],
		["img/foto4.jpg", "", "", ""],
		["img/foto5.jpg", "", "", ""],
		["img/foto6.jpg", "", "", ""],
		["img/foto7.jpg", "", "", ""] //<--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: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [265, 105], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["img/crg.gif", "http://www.kartcrg.com/", "_new", ""],
		["img/maxter.gif", "http://www.maxterengines.com/", "_new", ""],
		["img/rotax.gif", "http://www.kartrotax.com/", "_new", ""],
		["img/tm.gif", "http://www.tmracing.it/", "_new", ""] //<--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: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [100, 38], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["img/dr.gif", "http://www.drracingkart.it/", "_new", ""],
		["img/lucky_design.gif", "http://www.luckydesign.it/", "_new", ""],
		["img/iame.gif", "http://www.iame.it/ITA/index.html", "_new", ""],
		["img/rok.gif", "http://www.vortex-rok.com/", "_new", ""],
		["img/vega.gif", "http://www.vegatyres.com/", "_new", ""],
		["img/lecont.gif", "http://www.lecont.com/", "_new", ""],
		["img/intrepid.gif", "http://www.intrepid.it/", "_new", ""],
		["img/maranello.gif", "http://www.maranellokart.com/", "_new", ""],
		["img/brm.gif", "http://www.brmracing.it/", "_new", ""],
		["img/newline.gif", "http://www.new-lineracing.com/", "_new", ""] //<--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: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [100, 38], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["img/aim.gif", "http://www.aim-sportline.com/index_ita.htm", "_new", ""],
		["img/arai.gif", "http://www.araihelmet-europe.com/", "_new", ""],
		["img/motul.gif", "http://www.motul.com/", "_new", ""],
		["img/shell.gif", "http://www.shell.it/", "_new", ""],
		["img/kg.gif", "http://www.kgkarting.it/", "_new", ""],
		["img/comer.gif", "http://www.comer-topkart.it/", "_new", ""],
		["img/fimo.gif", "http://www.fimo.it/", "_new", ""],
		["img/skm.gif", "http://www.skmkarting.com/", "_new", ""],
		["img/bengio.gif", "http://www.bengioracing.com/", "_new", ""],
		["img/vamec.gif", "http://www.vamec.it/", "_new", ""],
		["img/sparco.gif", "http://www.sparco.it/", "_new", ""]//<--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: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})