// 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 mygallery01=new fadeSlideShow({
	wrapperid: "slidr", //ID of blank DIV on page to house Slideshow
	dimensions: [900, 324], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [		
		//image source, image link, target, html text overlay,//JK//onclick event, arbitrary #
		["slidr/images/galleries/default/monthlyspecials.jpg", "downloads/monthlyspecials.pdf", "_blank", "", "", "1"],
		//["slidr/images/galleries/default/default.jpg", "", "", "", "", "1"],
		["slidr/images/galleries/default/bobcatadvantage.jpg", "http://netdrive.bobcat.com/advantage/", "_blank", "", "", "1"],
		["slidr/images/galleries/default/usedparts.jpg", "usedparts.html", "_self", "", "", "4"],
		["slidr/images/galleries/default/clearance.jpg", "http://www.bobcatofknoxville.com/used/clearance", "_self", "", "", "1"],
		["slidr/images/galleries/default/taxbreak.jpg", "http://www.bobcat.com/offers/calculator/?_ref=211bacbhsesh", "_blank", "", "", "1"]
		//["slidr/images/galleries/default/financing.jpg", "financing.html", "_self", "", "", "9"],
		//["slidr/images/galleries/default/mseries.jpg", "", "", "", "", "5"],
		//["slidr/images/galleries/default/rentalequipment.jpg", "rental.html", "_self", "", "", "7"],
		//["slidr/images/galleries/default/usedequipment.jpg", "used", "_self", "", "", "7"]
	],
	displaymode: {type:'auto', pause:9000, cycles:0, wraparound:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",//"ondemand" hides on mouse out and reveals on mouse over. "always" is always up
	togglerid: "slidrnav"//+imagearray[5]
})
