departmentName = "College of BILSA";
contactName = "Richard Klawiter";   // Please put the name of the contact person
contactEmail = "klawiter@uwplatt.edu"; // Please enter the FULL email address
showMenu = "yes";                    
template = "industrial_studies";                

menuEntry("Industrial Studies Home","../index.html");
menuBreak();
menuEntry("BCM","../bcm/index.html");
menuEntry("MTM", "../mtm/index.html");
menuEntry("OSM", "index.html");
menuEntry("Tech Ed", "../tech_ed/index.html");
menuBreak();
menuEntry("Scholarships", "scholarships.html");
menuEntry("Student Organizations &amp; Activities","studentorganizations.html");
menuEntry("Related Links", "links.html");
menuBreak();

