departmentName = "Web Development Office";
contactName = "Web Development";
contactEmail = "web@uwplatt.edu";
showMenu = "yes";
template = "webdev";

menuEntry("Web Home", "../index.html");
menuHeader("Presentations");
menuEntry("Web Standards","../webstandards/index.html");
menuEntry("Cascading Style Sheets","css/index.html");
menuEntry("Aural CSS","../auralcss/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");