departmentName = "ITM-Building Construction Management";  
contactName = "Dr. Marc Shelstrom";
contactEmail = "shelstrM@uwplatt.edu";
showMenu = "yes";                    // Either put "yes" or "no"
template = "industrial_studies";                // Select which type of template you want to use
//////////////////////////////////// END TEMPLATE DATA //
initialize();
/////////////////////////////////////////// START MENU //
menuEntry("Industrial Studies Home","../index.html");
menuBreak();
menuEntry("BCM","index.html");
menuEntry("MTM", "../mtm/index.html");
menuEntry("OSM", "../osm/index.html");
menuEntry("Tech Ed", "../tech_ed/index.html");
menuBreak();
menuEntry("Why Building Construction Management?","why_bcm.html");
menuEntry("BCM House Projects","BCMHousePhotos/index.html");
menuEntry("BCM Scholarships","scholarships.html");
menuEntry("Construction Management Association", "http://www.uwplatt.edu/org/cma");
menuBreak();
