// Default settings for all ce pages
function CE_Default_Settings() {
contactName = "CE Department";
// Please put the name of the person
// responsible for this page here.
// Example: UWP Web Development

contactEmail = "ce@uwplatt.edu";
// Please enter the FULL email address
// of the contact person here
// Example: "web@uwplatt.edu"

showMenu = "yes";
// Select if you would like a menu or not.
// Either put "yes" or "no"

templateColor = "blue";
// Select the color of your template.
// Either put "blue" or "orange"

template = "steel";
// Select which type of template you want to use
// use "default" if you are unsure, a full list is at http://www.uwplatt.edu/web/     templates

}

function CE_Top_Crumbs() {
addCrumb("College&nbsp;of&nbsp;EMS","http://www.uwplatt.edu/ems/");
addCrumb("Civil&nbsp;Engineering","index.html");
}

// A hack of mine ** MWR
function menuHeader(menuHeader)
{menuList=menuList+"<tr><td align='center'><b>"+menuHeader+"</b></td></tr>";}

// Default menu for all ce pages
function CE_Default_Menu() {
/////////////////////////////////////////////////////////
//
//    This is the menu section, if you've opted to have
//    a menu on your page, this is where you put it.
//
//    To add a menu item, you must follow this form:
//       menuEntry(" Name", "address.html");
//       where Name is the title you want on your menu
//       and address.html is the location of your page
//
//    You can also add a break line to help categorize
//    your menu by writing by writing this:
//       menuBreak();
//
////////////////////////////
menuEntry("CE Home", "http://www.uwplatt.edu/ce/index.html");
menuBreak();
menuEntry("Requirements", "http://www.uwplatt.edu/academics/catalogs/undergraduate/current/ems/civilenv.html");
menuEntry("Scholarships", "http://www.uwplatt.edu/ce/scholarships.html");
menuEntry("Faculty", "http://www.uwplatt.edu/ce/faculty.html");
menuEntry("CE Labs", "http://www.uwplatt.edu/ce/labs.html");
menuEntry("Student Orgs. & Events", "http://www.uwplatt.edu/ce/links.html");
menuEntry("Women in Engineering", "http://www.uwplatt.edu/wep/");
menuEntry("Newsletters", "http://www.uwplatt.edu/ce/news.html");
menuEntry("Alumni Profiles", "http://www.uwplatt.edu/ce/profiles.pdf");
menuBreak();

menuEntry("Rountree Study", "http://www.uwplatt.edu/enve/rtbranch");
menuEntry("Highway Technician Certification Program", "http://www.uwplatt.edu/htcp");
}
