//
// Functions pertaining to the Guest Services category.
//

function guestFeedback() {
  window.open('web/pages/legacy/contactEmail.jsp', 'feedbackWindow', 'scrollbars=yes,width=550,height=550');
}

function guestComplaintForm() {
  window.open('web/static/pdf/complaintForm.pdf');
}
