|
';
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);
}
//-->
|
|


|
|
Find your Airport Car
Rental in West Palm Beach here. Cost compare West Palm Beach International Airport
Car Rental and find the best price.
Palm Beach
International Airport
Information and help desks
Traveler's Aid is located in the center of the baggage claim
area on level one and there is a Traveler's Services Center on
level two offering a range of travel related services. Airport
Ambassadors are available throughout the Terminal to assist
travelers.
Airport Facilities
Airport facilities include ATMs, foreign currency exchange, a
stamp machine and letter box, shoe shine and travel insurance.
There are three Terminal levels. On level one there are the
baggage claim and ground transportation areas, car rental
agencies and automated reservation centers; on level two there
are the flight gates, airline club rooms, Traveler's Services
Center, restaurants and shops and on level three there are
airline ticket counters, curbside baggage check-in and passenger
check-in.
Disabled Facilities
Airlines can provide disabled passengers with wheelchairs. TDD
phones are available at the airport on level three (east) and
level one (west). Disabled travelers who require further
information whilst at the airport should use the white courtesy
phones located throughout the Terminal and parking garages;
these phones connect the caller to the airport communications
centre (where a paging service within the Terminal building is
available).
Business Facilities
Conference rooms and full business facilities including phones,
fax and computer Terminals can be arranged through the
Traveler's Services Centre on level two. Alternatively, contact
the Airport Hotel and Conference Centre (tel: 561 688 9239).
Car Rental
Alamo, Avis, Budget, Dollar, Enterprise, Hertz, Thrifty and
National are all represented.
Car Parking
There are four parking options: a Premium car park located
outside the baggage claim area, a short-term car park (Terminal
levels 4-7), long-term surface and garage parking and a 'Park &
Ride' remote car park connected to curbside baggage check-in by
a shuttle service.
Driving Directions
The airport is situated adjacent to Interstate highway 95 (there
are plans to link the airport directly to Interstate 95) and is
accessible from anywhere in Palm Beach County. From the south on
Interstate highway 95: exit at Southern Boulevard (Exit 50) and
turn left (west) then turn right (north) on Australian Avenue
and follow the signs to the airport entrance on your left. From
the north on Interstate highway 95: exit at Belvedere Road (Exit
51). Drive west on Belvedere Road to Australian Avenue and turn
left proceeding to the airport entrance on your right.
Public Transport & Taxis
Automated transportation reservation centers, providing direct
telephone lines to transportation companies, are located in the
centre of the baggage claim area on level one. A taxi and
limousine service is available at the transportation desks at
each end of the Terminal building on level one (tel: 561 684
9900). PalmTran, Palm Beach County's public bus transport,
offers regular services throughout Palm Beach County; the stop
is located on the curb of level one and route maps can be found
inside the Terminal also on level one (tel: 561 841 4200).
TriRail provides transportation between West Palm Beach and
Miami, with stops in between (tel: 1 800 874 7425 toll free).
|