// 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", "", "", ""],
		["/site/hp_img/hp_img_1a.jpg", "", "", ""],
		["/site/hp_img/hp_img_2.jpg", "", "", ""],
		["/site/hp_img/hp_img_2a.jpg", "", "", ""],
		["/site/hp_img/hp_img_3.jpg", "", "", ""],
		["/site/hp_img/inde_04a.jpg", "", "", ""],
		["/site/hp_img/hp_img_4.jpg", "", "", ""],
		["/site/hp_img/hp_img_5.jpg", "", "", ""],
		["/site/hp_img/hp_img_6.jpg", "", "", ""],
		["/site/hp_img/hp_img_7.jpg", "", "", ""],
		["/site/hp_img/hp_img_8.jpg", "", "", ""],
		["/site/hp_img/hp_img_9.jpg", "", "", ""],
		["/site/hp_img/hp_img_10.jpg", "", "", ""],
		["/site/hp_img/hp_img_11.jpg", "", "", ""],
		["/site/hp_img/hp_img_tower.jpg", "", "", ""],
		["/site/hp_img/inde_00.jpg", "", "", ""],
		["/site/hp_img/inde_01.jpg", "", "", ""],								
		["/site/hp_img/inde_02.jpg", "", "", ""],								
		["/site/hp_img/inde_03.jpg", "", "", ""],								
		["/site/hp_img/inde_03.jpg", "", "", ""],								
		["/site/hp_img/inde_01b.jpg", "", "", ""] //<--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: ""
})



