// JavaScript Document
<!--

var mygallery1=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [161, 121], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/panorama-animation-small/image-01.jpg", "/extended-stay-hotel.php", "", ""], //"link",  "_new", "caption"
		["/images/panorama-animation-small/image-02.jpg", "/extended-stay-hotel.php", "", ""],
		["/images/panorama-animation-small/image-03.jpg", "/extended-stay-hotel.php", "", ""] //no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3300, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always", //on demand
	togglerid: ""
})

var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [220, 165], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/home-animation/shared-01.jpg", "/rental-property-tuscany-hills/townhome.php", "", ""],//"link",  "_new", "caption"
		["/images/home-animation/shared-02.jpg", "/rental-property-tuscany-hills/townhome.php", "", ""],
		["/images/home-animation/shared-03.jpg", "/rental-property-tuscany-hills/townhome.php", "", ""],
		["/images/home-animation/shared-04.jpg", "/rental-property-tuscany-hills/townhome.php", "", ""],
		["/images/home-animation/shared-05.jpg", "/rental-property-tuscany-hills/townhome.php", "", ""],
		["/images/home-animation/shared-06.jpg", "/rental-property-tuscany-hills/townhome.php", "", ""],
		["/images/home-animation/shared-07.jpg", "/rental-property-tuscany-hills/townhome.php", "", ""],
		["/images/home-animation/chianti.jpg", "/rental-property-tuscany-hills/master-bedroom-chianti.php", "", ""],
		["/images/home-animation/cortona.jpg", "/rental-property-tuscany-hills/master-bedroom-cortona.php", "", ""],
		["/images/home-animation/livorno.jpg", "/rental-property-tuscany-hills/master-bedroom-livorno.php", "", ""],
		["/images/home-animation/image-01.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-02.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-03.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-04.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-05.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-06.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-07.jpg", "/rental-property-lancaster-gate/condo.php", "", ""],
		["/images/home-animation/image-08.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-09.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-10.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-11.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-12.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-13.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-14.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-15.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-16.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-17.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-18.jpg", "/rental-property-lancaster-gate/condo.php", "", ""], 
		["/images/home-animation/image-19.jpg", "/rental-property-lancaster-gate/condo.php", "", ""]
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always", //on demand
	togglerid: ""
})
//-->
