departmentName = 'Web Development Quirks';
contactName = 'Web Development Office';
contactEmail = 'web@uwplatt.edu';
showMenu = 'yes';
template = 'webdev';

menuEntry("Quirks Home", "index.html");
menuBreak();
menuEntry("Web Training Center", "../index.html");
menuEntry("Web Accessibility","../../accessibility/index.html");
menuEntry("UWP Web Templates", "../../templates/index.html");
menuBreak();
menuEntry("Web Programs", "../programs.html");
menuEntry("Links", "../helpfullinks.html");

addCrumbAcronym("uwplatt.edu", "http://www.uwplatt.edu", "University of Wisconsin - Platteville");
addCrumbAcronym("Web", "../../index.html", "Web Development");
addCrumbAcronym("WTC", "../index.html", "Web Training Center");
addCrumbAcronym("Quirks", "index.html", "Quirks");