// JavaScript Document
var photos = new Array();


photos[0] = {
	photoName: "Learning through Technology",
	photoURL: "Images/masthead/computer_large.jpg",
	photoDesc: "School of Management students in real time case study class work."
};
photos[1] = {
	photoName: "Math Lecture",
	photoURL: "Images/masthead/classscreen_large.jpg",
	photoDesc: "Glenn Caffery teaches an information technology class in Isenberg School of Management as part of new IT minor program."
};
photos[2] = {
	photoName: "Map of the World",
	photoURL: "Images/masthead/global_large.jpg",
	photoDesc: "Students look at a world map in the International Programs Office."
};