departmentName = 'Children\'s Center';
contactName = 'Julie Soja';
contactEmail = 'sojaj@uwplatt.edu';
showMenu = 'yes';
template = 'childrenc';

menuEntry("Children's Center Home","index.html");
menuEntry("Curriculum/Program Goals","goals.html");
menuBreak();
menuEntry("Classroom Staffing","staff.html");
menuEntry(" - Blue Room","blueroom.html");
menuEntry(" - Green Room","greenroom.html");
menuEntry(" - Red Room","redroom.html");
menuBreak();
menuEntry("Programming Hours","hours.html");
menuEntry("Enrollment Process","Enrollment.html");
menuEntry("Tuition Fees","costs.html");
menuEntry("Contact Information","contact.html");
menuBreak();
menuEntry("Parent Enrollment Information","parents.html");
menuBreak();
menuEntry("Staff Information","staff.html");
menuEntry(" - Employee Manual","files/emp_manual.pdf");

addCrumb("uwplatt.edu","http://www.uwplatt.edu/");
addCrumb("Children's Center","index.html");
