var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [588, 253], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/headers/early_bird.jpg", "/pages/early_bird_menu.shtml", ""], 
		["/images/headers/early_bird2.jpg", "/pages/early_bird_menu.shtml", ""], //
		["/images/headers/childrens_menu.jpg", "/pages/childrens_menu.shtml", ""], //
		["/images/headers/childrens_menu2.jpg", "/pages/childrens_menu.shtml", ""] //
		 //<--no trailing comma after very last image element!
//		["/images/headers/valentines_2010.jpg", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:7000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})



