departmentName = 'Study Abroad Program - London, England';
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("London, England","index.html");
menuEntry("Academic Program","program.html");
menuEntry("Academic Credit","credit.html");
menuEntry("Program Costs","cost.html");
menuEntry("Student Services","services.html");
menuEntry("Room and Board","room.html");
menuEntry("Field Trips","trips.html");
menuEntry("Travel Information","travel.html");
menuEntry("About St. Mary\'s College","about.html");
menuEntry("Useful Links","links.html");
menuEntry("Quotes from Past Participants","quotes.html");
menuHeader("Courses Available");
menuEntry("Course List","http://www.smuc.ac.uk/international/study-abroad/modules.htm");

addCrumb("uwplatt.edu","http://www.uwplatt.edu/");
addCrumb("Study Abroad","../index.html");
addCrumb("London, England","index.html");