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", "index.html");
menuEntry("Cascading", "cascade.html");
menuEntry("Adv. Cascading", "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", "../templating/index.html");
menuEntry("Media Types", "../templating/media.html");
menuEntry("Layout", "../templating/layout.html");
menuEntry("CSS Design", "../templating/cssdesign.html");
menuEntry('Printer Friendly', '../templating/printer.html');

menuHeader("References");
menuEntry("Size Units", "units.html");
menuEntry("Quirks", "http://www.uwplatt.edu/web/wtc/quirks/cssq.html");
menuEntry("Links", "links.html");

addCrumb ("uwplatt.edu", "uwplatt.edu");
addCrumb ("Web", "../../index.html");
addCrumb ("WTC", "../index.html");
addCrumb ("CSS", "index.html");