var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [425, 282], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/photo-flag-6652953.jpg",],
		["images/photo-military-jets.jpg",],
		["images/photo-military-soldier.jpg",],
		["images/photo-military-supplies.jpg",],
        ["images/photo-military-vehicle.jpg",],
		["images/photo-military.jpg",],
        ["images/photo-military-blackhawk.jpg",],
		["images/photo-pentagon.jpg",],
		["images/photo-flag-6652953.jpg",],
		["images/photo-military-aircraft.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
}) 
 
var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [190, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/new-era1.jpg", "about.shtml", "", ""],
		["images/new-era2.jpg", "about.shtml", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2200, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
 
 

