departmentName = "Web Development Office";
contactName = "Web Development";
contactEmail = "web@uwplatt.edu";
showMenu = "yes";
template = "webdev";

menuEntry("Web Home", "index.html");
menuBreak();
menuEntry("Web Training Center","wtc/index.html");
menuEntry("Web Accessibility","accessibility/index.html");
menuEntry("UWP Web Templates","templates/index.html");
menuEntry("Web Applications","applications/index.html");
menuEntry("Web Presentations","presentations/index.html");
menuBreak();
menuEntry("Current News","http://www.uwplatt.edu/news/");
menuEntry("Current Projects","projects.html");
menuEntry("Web Team Members","team.html");
//menuEntry("Web Team Schedule","schedule.html");
menuBreak();
menuEntry("Contact Us","contact.html");

addCrumb("uwplatt.edu","http://www.uwplatt.edu");
addCrumb("Web","index.html");