

var mygallery=new fadeSlideShow({
	
//id of slideshow div (blank div)

wrapperid: "indexB2", 

//  [width,height]  of gallery in pixels
//  Should reflect dimensions of largest image

dimensions: [364,226], 

imagearray: [
	["units_static/index/img/index_b30.jpg", "", "", "room and bathroom"],
	["units_static/index/img/index_b31.jpg", "", "", "room with bed"],
	["units_static/index/img/index_b32.jpg","", "", "restaurant balcony"],
	["units_static/index/img/index_b33.jpg","", "", "table at restaurant"]
// no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},

//remember last viewed slide and recall within same session?

persist: false,

//transition duration (milliseconds)

fadeduration: 2000, 
descreveal: "always",
togglerid: ""
})

