departmentName = 'Study Abroad Program - Rome, Italy';
contactName = 'Donna Anderson';
contactEmail = 'anderdon@uwplatt.edu';
showMenu = 'yes';
template = 'studyabroad';

menuEntry("<h4>Return to Study Abroad Home</h4>","../index.html");

menuHeader("Program Info");
menuEntry("Rome, Italy Home","index.html");
menuEntry("Academic Program","program.html");
menuEntry("Program Costs","cost.html");
menuEntry("Room and Board","room.html");
menuEntry("Field Trips","trips.html");
menuEntry("Travel Information","travel.html");
menuEntry("Quotes from Past Participants","quotes.html");
menuEntry("Useful Links","links.html");
menuHeader("Summer Program");
menuEntry("Rome, Italy","summer/index.html");
menuHeader("Courses Available");
menuEntry("Course Descriptions","descriptions.html");

addCrumb("uwplatt.edu","http://www.uwplatt.edu/");
addCrumb("Study Abroad","../index.html");
addCrumb("Rome, Italy","index.html");