// variables and setttings for use with the history slideshow
// need an array of images
var images = [
	['001.jpg', "The Pro Football Hall of Fame's most ambitious expansion project was completed October 1, 1995. It includes 39 percent more display space, the remodeled Museum Store, a new GameDay Stadium, and expanded research center and library, a new Board of Directors room, along with enlarged office and storage space."],
	['002.jpg', "Working 18 feet below grade and within 28 inches of the original structure, workers set forms to pour the foundation for the 36-foot diameter GameDay Stadium theater."],
	['003.jpg', "The totally remodeled and enlarged Pro Football Hall of Fame Museum Store is another Fred Olivieri Construction project. Almost 30 percent larger than the original store, it features items from all 32 NFL teams and the Hall of Fame."],
	['005.jpg', "In 1989, Fred Olivieri Construction completed the expansion of the Pro Football Hall of Fame twin enshrinement galleries, where 185 all-time NFL football greats are permanently honored."]
	];
var viewIndex = 0;
// directory with images
var dir = "images/hof/";
var galleryOn = true;

