departmentName = 'CSS Training Center';
contactName = 'UWP Web Development';
contactEmail = 'web@uwplatt.edu';
showMenu = 'yes';
template = "webdev";

menuEntry("WTC Home", "../index.html");

menuHeader('CSS Topics');
menuEntry("CSS Intro", "../css/index.html");
menuEntry("Cascading", "../css/cascade.html");
menuEntry("Adv. Cascading", "../css/advcascade.html");

menuHeader('Div Topics');
menuEntry("Div Intro", "../div/index.html");
menuEntry("CSS Box Model", "../div/boxmodel.html");
menuEntry("Creating Divs", "../div/divs2.html");
menuEntry("Floating", "../div/floating.html");
menuEntry("Clear", "../div/clear.html");

menuHeader ("Templating Topics");
menuEntry("Templating", "index.html");
menuEntry("Media Types", "media.html");
menuEntry("Layout", "layout.html");
menuEntry("CSS Design", "cssdesign.html");
menuEntry('Files', 'files.html');

menuHeader("References");
menuEntry("Size Units", "../css/units.html");
menuEntry("Quirks", "../quirks/index.html");
menuEntry("Links", "../css/links.html");

addCrumb ("uwplatt.edu", "uwplatt.edu");
addCrumb ("Web", "../../index.html");
addCrumb ("WTC", "../index.html");
addCrumb ("Templating", "index.html");