departmentName = "Web Development Office";
contactName = "Web Development";
contactEmail = "web@uwplatt.edu";
showMenu = "yes";
template = "webdev";

menuEntry("Web Home", "../index.html");
menuHeader("Web Standards");
menuEntry("About Web Standards","index.html");
menuEntry("SlashDot Example","slashdot.html");
menuEntry("Reference Links","links.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 Standards","index.html");