departmentName = "Web Development Office";
contactName = "Web Development";
contactEmail = "web@uwplatt.edu";
showMenu = "yes";
template = "webdev";

menuEntry("Web Home", "../../index.html");
menuEntry("Web Presentations", "../index.html");
menuHeader("Web Development");
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");
menuBreak();
menuEntry("Contact Us","../../contact.html");

addCrumb("uwplatt.edu","http://www.uwplatt.edu");
addCrumb("Web","../../index.html");
addCrumb("Web presentations","../index.html");
addCrumb("CSS Presentations","index.html");