departmentName = 'Study Abroad Program - Newcastle, Australia';
contactName = 'Viet Ha';
contactEmail = 'hav@uwplatt.edu';
showMenu = 'yes';
template = 'studyabroad';

menuEntry("<h4>Return to Study Abroad Home</h4>","../index.html");

menuHeader("Program Info");
menuEntry("Newcastle, Australia Home","index.html");
menuEntry("Academic Program","program.html");
menuEntry("Academic Credit","credit.html");
menuEntry("Room and Board","room.html");
menuEntry("Program Cost","cost.html");
menuEntry("Field Trips","trips.html");
menuEntry("Travel Information","travel.html");
menuEntry("On-Site Program Coordinator","onsite.html");
menuEntry("About Newcastle","about.html");
menuEntry("Photo Gallery","gallery.html");
menuEntry("Quotes from Past Participants","quotes.html");
menuEntry("Useful Links","links.html");
menuHeader("Courses Available");
menuEntry("Course Descriptions","courses/index.html");
menuEntry("UWP Course Equivalencies","equivalencies.html");

addCrumb("uwplatt.edu","http://www.uwplatt.edu/");
addCrumb("Study Abroad","../index.html");
addCrumb("Newcastle, Australia","index.html");