departmentName = "Travel Information";
contactName = "Jeanette Bradley";
contactEmail = "bradley@uwplatt.edu";
showMenu = "yes";
template = "classic-orange";
var localPath = "http://www.uwplatt.edu/business/";
var section = "travel/"
var subSection = "ter/"

menuEntry("Administrative Services Home", localPath + "index.html");
menuEntry("Travel Home", localPath + section + "../index.html");
menuEntry("Travel Expense Report", localPath + section + subSection + "index.html");
menuBreak();
menuEntry("Moving Expenses", localPath + section + "../moving_expenses.html");
menuEntry("Search and Screen", localPath + section + "../search_screen.html");
menuEntry("Travel Log", localPath + section + "../travel_log.html");
menuEntry("Car Rental", localPath + section + "../car_rental.html");
menuEntry("Airfare Request", localPath + section + "../airfare.html");
menuEntry("Group Travel", localPath + section + "../group_travel.html");
menuEntry("Travel Expense Report", localPath + section + subSection + "index.html");
menuBreak();
menuEntry("Travel Information", "http://www.uwsa.edu/fadmin/travel.htm");
menuEntry("Travel Regulations", "http://www.uwsa.edu/fadmin/fppp/fppp36.htm");

addCrumb("uwplatt.edu", "http://www.uwplatt.edu");
addCrumb("Administrative Services", localPath + "index.html");
addCrumb("Travel", localPath + section + "../index.html");
addCrumb("TER", localPath + section + subSection + "index.html");
