departmentName = 'Textbook Center';
contactName = 'Textbook Center';
contactEmail = 'textbookctr@uwplatt.edu';
showMenu = 'yes';
template = 'classic-orange';

menuEntry('Textbook Center', 'index.html');
menuEntry('Campus Map','http://www.uwplatt.edu/contact/campus_map.html');
menuBreak();
menuEntry('Student Information', 'student.html');
menuEntry('Book Pickup', 'pickup.html');
menuEntry('Book Return', 'return.html');
menuEntry('Course Drops', 'drops.html');
menuEntry('Penalties', 'penalties.html');
menuEntry('Independent Study', 'independent.html');
menuEntry('Incomplete Courses', 'incomplete.html');
menuBreak();
menuEntry('Book Ordering', 'ordering.html');
menuEntry('Book Sales', 'sales.html');
menuEntry('Contact Us', 'contact.html');
menuEntry('Hours', 'hours.html');
menuEntry('About Us', 'about.html');
menuEntry('Staff', 'staff.html');

addCrumb('uwplatt.edu','http://www.uwplatt.edu');
addCrumb('Textbook Center','index.html');
