// JavaScript Document// JavaScript Document
/***********************************************
* 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: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [643, 494], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/brooklyn/storefront.png"],
		["images/brooklyn/storefront2.png"],
		["images/brooklyn/showroom_1.png"],
		["images/brooklyn/showroom_2.png"],
		["images/brooklyn/showroom_3.png"],
		["images/brooklyn/showroom_4.png"],
		["images/brooklyn/showroom_5.png"],
		["images/brooklyn/showroom_6.png"],
		["images/brooklyn/showroom_7.png"],
		["images/brooklyn/showroom_8.png"],
		["images/brooklyn/showroom_9.png"],
		["images/brooklyn/showroom_10.png"],
		["images/brooklyn/showroom_11.png"],
		["images/brooklyn/showroom_12.png"],
		["images/brooklyn/showroom_13.png"],
		["images/brooklyn/showroom_14.png"],
		["images/brooklyn/showroom_15.png"],
		["images/brooklyn/showroom_16.png"],
		["images/brooklyn/showroom_17.png"],
		["images/brooklyn/showroom_18.png"],
		["images/brooklyn/showroom_19.png"],
		["images/brooklyn/showroom_20.png"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:1000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 700, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
