// JavaScript Document<script type="text/javascript">

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [599, 350], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/site/hp_img/hp_img_1.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "The Gumpert Apollo visits the Inde road course."],
		["/site/hp_img/hp_img_2.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "Inde is a truly unique motorsport experience that is incomparable anywhere in North America. "],
		["/site/hp_img/hp_img_2a.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "Members are guaranteed access and recieve personalized service ensuring a high-level of enjoyment with each visit. "],
		["/site/hp_img/hp_img_3.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "Battle of the Super Cars with Tanner Foust and Paul Tracy."],
		["/site/hp_img/hp_img_4.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "The Inde track layout is ideal for both car and motorcycle enthusiasts."],
		["/site/hp_img/hp_img_5.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "Top-notch facitlities and a highly technical world class road course, Inde is the perfect place for adrenaline seekers."],
		["/site/hp_img/hp_img_6.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "The track at Inde Motorsports Ranch is a 2.75 mile, 21 turn circuit with nearly a mile of accumulative straightaway distance."],
		["/site/hp_img/hp_img_7.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "Over 85' of elevation change from top to bottom and over 200' of accumulative elevation changes throughout."],
		["/site/hp_img/hp_img_8.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "The track can accommodate over 30 unique configurations and can be bifurcated to simultaneously run 2 separate circuits."],
		["/site/hp_img/hp_img_9.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "The Inde track offers a great combination of uphill and downhill corners and straights, blind apexes, hairpins, sweepers, negative and positive camber turns, and a 2,200' main straight."],								
		["/site/hp_img/hp_img_10.jpg", "http://www.indemotorsports.com/site/index.php/site/section_aboutinde/", "", "Ample Run off areas and well placed barriers make IMR one of the safest private motorsports club in the country."] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
