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", "index.html");
menuEntry("CSS Box Model", "boxmodel.html");
menuEntry("Creating Divs", "divs2.html");
menuEntry("Floating", "floating.html");
menuEntry("Clear", "clear.html");

menuHeader ("Templating Topics");
menuEntry("Templating", "../templating/index.html");
menuEntry("Media Types", "../templating/media.html");
menuEntry("Layout", "../templating/layout.html");
menuEntry("CSS Design", "../templating/cssdesign.html");
menuEntry('Files', '../templating/files/html');

menuHeader("References");
menuEntry("Size Units", "../css/units.html");
menuEntry("Quirks", "../quirks/cssq.html");
menuEntry("Links", "../css/links.html");

addCrumb ("uwplatt.edu", "uwplatt.edu");
addCrumb ("Web", "../../index.html");
addCrumb ("WTC", "../index.html");
addCrumb ("Div", "index.html");