function hClearSWACity() {
        document.bookNowForm.hTravelDest.selectedIndex = 0;
        document.bookNowForm.hSelectDest.value = 'OtherCity';
        return true;
}
function hClearOtherCity() {
        document.bookNowForm.hOtherCity.value = '';
        document.bookNowForm.hSelectDest.value = 'Downtown';
        return true;
}