|
';
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 Ft Lauderdale Airport Car Rental
here. Cost compare Ft Lauderdale International Airport Car
Rental and find the best price.
Ft. Lauderdale
International Airport
Information and help desks
Help and information desks are located in each Terminal on the
upper and lower levels (tel: 954 359 1200).
Airport Facilities
There are ATMs, restaurants, cafés, bars, shops and concessions
in each Terminal as well as two duty-free shops located in
Terminals 2 and 4.
Disabled Facilities
All Terminals have facilities for travelers with disabilities
including good physical access as well as amplified and TTY
telephones. Disabled car parking spaces are located next to
shuttle stops.
Business Facilities
Each Terminal has a business service centre offering ATMs, fax
and photocopying facilities, phone cards, insurance and a
postage machine. A meeting room is available from the Aviation
Department (tel: 954 359 1201 and ask to be transferred);
catering can also be arranged.
Car Rental
Rental companies include Avis, Budget, Dollar and National.
Car Parking
There is a garage parking facility with direct access to all
Terminals. Also available is an economy car park and a park and
save facility with free shuttle buses running every ten minutes
to and from all Terminals. Disabled parking spaces are located
next to all shuttle stops.
Driving Directions
The Airport connects to the Florida Turnpike, Interstates 95 and
595, and US Route 1. Take the State Road 84 or the Interstate
595 and turn onto SW 29 Avenue for the Park n Save lot, or
follow US Route 1 south to the airport Perimeter Road for the
economy car park.
Public Transport & Taxis
Taxis and Yellow Cabs are readily available, including
wheelchair accessible vans. Tri County Airport Express passenger
sedans provide door-to-door service; check with the
Transportation Podium located in each Terminal. Tri Rail feeder
buses (tel: 1 800 874 7245 toll free) and Bct Mass Transit (tel:
954 357 8400 or TTY: 954 357 8320) operate from bus shelters
located at the east end of Terminal 2, between Terminals 3 and
4, and the east end of Terminal 4
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|