departmentName = "Contact Information";
contactName = "UWP Web Development";
contactEmail = "web@uwplatt.edu";
showMenu = "yes";
template = "default";

menuEntry("Contact Home", "index.html");
menuBreak();
menuEntry("Important Contacts", "important.html");
menuEntry("Online Phone Book", "/go/phonebook");
menuBreak();
menuEntry("Campus Map", "campus_map.html");
menuEntry("Platteville Map (pdf)", "cityarounduwp.pdf");
menuEntry("Driving Directions", "drive.html");
<!--menuEntry("Detour Info Summer 2009", "detour.html");-->
menuEntry("Lodging","lodging.html");
menuBreak();
menuEntry("About UWP", "../university/about/index.html");

addCrumb("uwplatt.edu", "http://www.uwplatt.edu");
addCrumb("Contact", "http://www.uwplatt.edu/contact/index.html");