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


|
|
|
Dallas Ft. Worth
International Airport
Information and help desks
Multi-lingual information boards can be found throughout the
airport.
Airport Facilities
The airport has foreign currency exchange bureau in Terminals A,
B and E. Post office services, ATMs, fax and internet kiosks can
be found in all Terminals. There are gift stores offering Texas
themed souvenirs, food and drink outlets, barber shops and a
shoe shine service whilst duty-free shopping is available in
Terminals A, B and E.
Disabled Facilities
For wheelchair assistance, proceed to the Sky Cap stand at the
lower level of each Terminal. Wheelchairs are also available
from the airline in each Terminal.
Business Facilities
The on-site Hyatt Regency hotel (tel: 972 453 1234) provides 15
boardrooms with fax, conference facilities and meeting rooms as
well as business communications and team-building centers.
Car Rental
The rental car center is a ten minute rental car shuttle ride
from the airport; shuttles depart every five minutes from the
lower level of each Terminal. Car rental and pick-up is arranged
here. Avis, Budget, Hertz and National are all represented;
courtesy telephones are by baggage claim.
Car Parking
Short-term parking is available from two car parks which have
direct access to the Terminals; Terminal parking is within
walking distance of the Terminals whilst infield parking is
still convenient but located farther away. Long term and economy
parking are at sites further from the Terminals, but are
serviced by the free airport DART shuttle bus; American Airlines
has a ticket counter and baggage check-in at the West reduced
rate car park.
Driving Directions
There are airport connections from the south on Highway 183 or
Highway 360, or from the north, on Highways 114, 635 or 121. All
exits are on the left. From central Dallas: drive north on
Interstate 35E, continue (north west) on Route 183, turn off
onto Ramp D/FW Airport, continue (north) on International
Parkway North where there is a toll. From central Fort Worth:
head north on Interstate 35 West, at Exit 52A turn off onto Ramp
Route 121 north, merge onto Route 121 (Airport Freeway),
continue (north) on Interstate 820, continue on Route 121 north
then Route 183 East, turn off onto Ramp DFW Airport/Amon Carter
Boulevard, continue (north) on International Parkway North (toll
road).
Public Transport & Taxis
Taxis are readily available outside the airport: fares to
central Dallas are approximately $28 and to central Fort Worth,
approximately $32. The Fort Worth Transit Authority's Airport
buses leave roughly every 30 minutes for various destinations.
|