departmentName = 'Web Training Center';
contactName = 'UWP Web Development';
contactEmail = 'web@uwplatt.edu';
showMenu = 'yes';
template = "webdev";

menuEntry("Web Home","../index.html");
menuEntry("WTC Home", "index.html");
menuBreak();
menuEntry("Web Accessibility","../accessibility/index.html");
menuEntry("UWP Web Templates", "../templates/index.html");
menuBreak();
//menuEntry("Planning", "planning.html");
menuEntry("UWP Web Policies", "http://www.uwplatt.edu/oit/web_policy.html");
menuEntry("Website Setup", "setup.html");
menuBreak();
menuEntry("Web Programs", "programs.html");
menuEntry("Links", "helpfullinks.html");
menuBreak();
menuEntry("Contact Us", "../contact.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");