/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

var mygallery=new fadeSlideShow({
	wrapperid: "bannerone", //ID of blank DIV on page to house Slideshow
	dimensions: [938, 250], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.roland.it/images/banner/2010/jpg/938x250/loop_contest.jpg", "http://www.roland.it/eventi/2010/loop_contest/", "", "BOSS Loop Contest"],
		["http://www.roland.it/images/banner/2010/jpg/938x250/cd_2i.jpg", "http://www.roland.it/prodotti/prodotti_scheda.asp?categoria=Digital%20recording&sottocategoria=recording_registratori&titolo=CD-2i&vista=Registratori%20digitali", "", "CD-2i"],
		["http://www.roland.it/images/banner/2010/jpg/938x250/ax_09bk.jpg", "http://www.roland.it/prodotti/prodotti_scheda.asp?categoria=Sintetizzatori%20e%20moduli&sottocategoria=sintetizzatori_tastiera&titolo=AX-09BK&vista=Sintetizzatori", "", "AX-09BK"],
		["http://www.roland.it/images/banner/2010/jpg/938x250/br_800.jpg", "http://www.roland.it/prodotti/prodotti_scheda.asp?categoria=Digital%20recording&sottocategoria=recording_registratori&titolo=BR-800&vista=Registratori%20digitali", "", "BR-800"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [708, 125], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.roland.it/images/banner/2010/jpg/708x125/sh_01.jpg", "http://www.roland.it/prodotti/prodotti_scheda.asp?categoria=Sintetizzatori%20e%20moduli&sottocategoria=sintetizzatori_tastiera&titolo=SH-01&vista=Sintetizzatori", "", "Gaia SH-01"],
		["http://www.roland.it/images/banner/2010/jpg/708x125/lx_10f.jpg", "http://www.roland.it/prodotti/prodotti_scheda.asp?categoria=Pianoforti%20digitali&sottocategoria=piano_stylish&titolo=LX-10FBK&vista=Serie%20Stylish", "", "Pianoforte verticale digitale LX-10F"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})