departmentName = 'JavaScript Training Center';
contactName = 'UWP Web Development';
contactEmail = 'web@uwplatt.edu';
showMenu = 'yes';
template = 'webdev';

menuEntry("WTC Home","../index.html");
menuEntry("Javascript Home", "index.html");
menuBreak();
menuEntry("Javascipt Forms", 'index.html', "Javascript");
menuEntry("Web Training Center", "../index.html","WTC");
menuEntry("Web Accessibility", "../../accessibility/index.html");
menuEntry("UWP Web Templates", "index.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");
addCrumbAcronym("JavaScript", "index.html", "Javascript");