departmentName = 'XML Training Center';
pageName = 'Introduction to XML';
contactName = 'UWP Web Development';
contactEmail = 'web@uwplatt.edu';
showMenu = 'yes';
template = 'webdev';

menuEntry("Web Training Center","../index.html");
menuEntry("XML Home","index.html");
menuBreak();
menuEntry("Example XML","example.html");	
menuEntry("Terminology","terms.html");	
menuBreak();
menuEntry("Where to Begin","begin.html");
menuEntry("Node Creation","node.html");
menuEntry("Creating the DTD","create.html");
menuEntry("Writing the XML","writing.html");
menuEntry("XML &amp; Javascript","xmljava.html");
menuBreak();	
menuEntry("About Flashcard App","about.html");
menuEntry("Building an XML App","setup.html");
menuEntry("Layers and XML","layers.html");
menuEntry("Importing XML Data","import.html");
menuEntry("Utilizing XML Data","utilize.html");
menuEntry("Traversing XML Data","traverse.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("XML", "index.html", "XML Training Center");	