// JavaScript Document
// Banner Rotations


var mygallery0=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [622, 360], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		 ["/homerotation/01_tailgates.jpg", "/store/products.php?categoryParentName=Fifth+Wheel+Tailgates&categoryName=Louvered+Gate+4000+Series", "", ""],
		 ["/homerotation/02_electricsteps.jpg", "/store/products.php?categoryParentName=RV+Steps+%26+Step+Accessories&categoryName=Electric+RV+Steps", "", ""],
		 ["/homerotation/03_adjuststeps.jpg", "/store/products.php?categoryParentName=RV+Steps+%26+Step+Accessories&categoryName=Platform+Step", "", ""],
		 ["/homerotation/04_lendahand.jpg", "/store/products.php?categoryParentName=RV+Hand+Rails&categoryName=Lend-a-Hand", "", ""],
		 ["/homerotation/05_electricjack.jpg", "/store/products.php?categoryParentName=RV+Jacks&categoryName=Electric+Tongue+Jack", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
