|
|
 |
';
cal += '';
cal += '' + TR_start;
cal += '| ';
cal += month_of_year[month] + ' ' + year + '' + TD_end + TR_end;
cal += TR_start;
///////////////////////////////////
// DO NOT EDIT BELOW THIS POINT //
///////////////////////////////////
// LOOPS FOR EACH DAY OF WEEK
for(index=0; index < DAYS_OF_WEEK; index++) {
// PRINTS DAY
cal += TD_start + day_of_week[index] + TD_end;
}
cal += TD_end + TR_end;
cal += TR_start;
// FILL IN BLANK GAPS UNTIL TODAY'S DAY
for(index=0; index < dateObj.getDay(); index++) {
cal += TD_start + ' ' + TD_end;
}
// LOOPS FOR EACH DAY IN CALENDAR
for(index=0; index < DAYS_OF_MONTH; index++) {
if( dateObj.getDate() > index ) {
// RETURNS THE NEXT DAY TO PRINT
week_day =dateObj.getDay();
// START NEW ROW FOR FIRST DAY OF WEEK
if(week_day == 0) {
cal += TR_start;
}
if(week_day != DAYS_OF_WEEK) {
// SET VARIABLE INSIDE LOOP FOR INCREMENTING PURPOSES
var day = dateObj.getDate();
// PRINTS DAY
cal += TD_start + "" + day + "" + TD_end;
}
// END ROW FOR LAST DAY OF WEEK
if(week_day == DAYS_OF_WEEK) {
cal += TR_end;
}
}
// INCREMENTS UNTIL END OF THE MONTH
dateObj.setDate(dateObj.getDate()+1);
}// end for loop
cal += ' | |
';
cal += '';
cal += '';
cal += '';
// PRINT CALENDAR
testWindow.document.write(cal);
}
var testWindow;
var formType;
var fName;
function openCalendar(formName,type) {
formType=type;
fName=formName;
testWindow = window.open('','dates','width=360,height=300,resizable=1,status=1,menubar=0,location=0');
loadCalendar(document.forms[fName].elements[formType+'Month'].selectedIndex);
}
//-->
|
|


|
|
|
Honolulu
International Airport
Information and help desks
Honolulu International Airport Information (tel: 808 836 6413).
Information booths, open 0400-0145, are located in baggage claim
areas, outside foreign arrivals, in the Inter-Island Terminal,
near gate 22 and at both ends of the main lobby.
Airport Facilities
Located throughout the Terminals are ATMs, foreign exchange
facilities and a branch of the Bank of Hawaii (open 0830-1800
weekdays except Thursdays, when it closes at 1600). There are
plenty of shops and restaurants, a duty-free shop and a barber
as well as a 24 hour medical clinic.
Disabled Facilities
The airport is wheelchair-accessible and provides TDD telephones
and accessible toilets but disabled passengers are recommended
to phone ahead to make advance arrangements.
Business Facilities
The airport business centre is in the main Terminal building and
provides photocopying, basic office supplies and stationery,
post office services, an international phone service, PC rental
and fax facilities. Conference rooms in the main overseas
Terminal and the Inter Island Terminal are also available for
travelers use but must be booked in advance (tel: 808 836 6459).
Car Rental
All major rental companies are represented, including Alamo,
Avis, Budget, Dollar, Hertz, National and Thrifty.
Car Parking
Parking is available in the multi-level garage which can be
accessed directly from the main Terminal and also in open car
parks located near all lobbies. Pedestrian bridges connecting
the main Terminal to the parking garage are also provided. There
are parking facilities for disabled people.
Driving Directions
The airport is about 20-30 minutes' drive from Waikiki outside
the rush hour. From Waikiki, drive to the end of the main
Kalakaua Avenue and turn left just before the Honolulu Zoo to
Kapahulu Avenue. Follow Kapahulu Avenue to the end, where it
merges into the H-1 freeway. Take the H-1 westbound, stay in the
right hand lane and follow signs to the Airport. From the
airport car rental area to Waikiki: take the ramp onto the H-1
freeway eastbound and follow signs to the Nimitz Highway. Follow
Nimitz Highway to the Harbor area where it becomes Ala Moana
Boulevard, leading directly into Waikiki.
Public Transport & Taxis
SIDA Taxis is the airport's authorized service.
Wheelchair-accessible taxis are provided by Avis (tel: 808 834
5536). There are several City Bus services; 19 eastbound, and
20, follow different routes to central Waikiki (19 westbound
goes to Hickham Air Force Base) but small baggage only is
allowed (no metal-frame backpacks), and nothing which blocks the
aisle. The Airport Motor coach runs every 20 minutes to any
hotel in Waikiki (tel: 808 566 7333).
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|