function popupGuide(theURL) {
	window.open(theURL, 'popupCourseGuide', 'width=760, height=500, top=100, left=100, scrollbars=yes, status=yes');
}
function popupBooking(theURL) {
	window.open(theURL, 'popupBooking', 'width=650, height=500, top=100, left=100, scrollbars=yes, status=yes');
}
function popupTourPlanner(theURL) {
	window.open(theURL, 'popupTourPlanner', 'width=650, height=500, top=100, left=100, scrollbars=yes, status=yes');
}
function launchSite(theURL) {
	window.open(theURL, 'popupWebsite', 'width=780, height=600, top=100, left=100, scrollbars=yes, status=yes,menubar=yes,toolbar=yes,resizable=yes');
}