|
';
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 Miami Airport Car Rental here.
Cost compare Airport Car Rental and find the
best price.
Miami International
Airport
Information and help desks
Passenger information centers can be found on level 1 by baggage
claims 9 and 20, on level 2 concourse E, in the concourse E
interline Customs lobby, and in the concourse B Customs greeters
lobby. There are several tourist information desks and
telephones located throughout the Terminal.
Airport Facilities
ATM machines, foreign currency exchanges and a full service bank
are located throughout the Terminal. Other facilities include
pharmacies, a health club, an art gallery, shops (located on
level 2 and including duty-free) and 24 hour snack bars. The
Miami International Airport Hotel has a full service restaurant
and pool-side snack bar.
Disabled Facilities
Most toilets are wheelchair-accessible and TDD telephones for
hearing-impaired people are available at the passenger service
centre on level 2 and on most other levels.
Business Facilities
Miami International Airport Hotel, located on concourse E,
provides business services including meeting rooms for up to 12
people fully equipped with Audio Visual equipment, a conference
suite for up to 200, and catering (tel: 305 871 4100).
Car Rental
Car rental companies with desks at the Terminal include Avis,
Budget, Dollar, Hertz and National. The vehicles for all
companies are off site, accessed by a courtesy shuttle van:
rental cars must also be returned off site, not driven to the
Terminal.
Car Parking
The airport's long-term parking facilities consist of two
multi-level parking garages, both with direct access to the
Terminal. Designated disabled permit parking is on level 3. tel:
305 876 7536 for more parking information).
Driving Directions
From Miami/western Florida, take Route 41 eastbound to State
Route 826 (Palmetto Expressway) northbound. At State Route 836
(Dolphin Expressway), go East and exit on LeJeune Road. Travel
north on LeJeune Road and follow signs for the airport. From the
Florida Keys, take Route 1 then State Route 826 (northbound) to
Route 836 (Dolphin Expressway) eastbound. Exit on LeJeune Road
where you should follow signs to the airport. From the north,
take Interstate 95 southbound to the Airport Expressway (112
westbound). Follow signs to the airport.
Public Transport & Taxis
Taxicabs and a SuperShuttle van service are available on both
the Arrivals and Departures levels of the Terminal. The
Metro-Dade Transit Department provides numerous services to all
areas of Dade County, Miami and Brickell areas. For additional
information (tel: 1 800 TRI-RAIL toll free) from anywhere in the
state of Florida.
|