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


|
|
|
Chicago O'Hare
International Airport
Information and help desks
An information desk is available in each of the Terminals (tel:
773 686 2200).
Airport Facilities
ATM cash dispensers are available in all Terminals and handle
most international cards. Permanent Currency Exchange points are
in Terminals 3 and 5 and there are mobile currency exchange
counters at all gates used for international flights. Plenty of
restaurants, bars, fast food outlets and shops are available.
Disabled Facilities
Information representatives are fluent in 25 languages and
provide assistance to hearing and visually impaired people.
Disabled passengers are requested to confirm any special needs
with their airline four days in advance. Excellent disability
access facilities include good physical accessibility, escorted
wheelchair services, TTY telephones, visual paging for
hearing-impaired passengers and Braille buttons in lifts. The
Travelers' Aid office (tel: 773 894 2427) provides escorts for
disabled people on request.
Business Facilities
There is a business centre located reasonably close to the
Terminals, beneath the Hilton Airport Hotel (open Monday-Friday
0800-1900). The Sky bird conference center is also available in
Terminal 3 (open Monday-Saturday 0700-1800) providing telephone,
fax, computer facilities, data lines, meeting rooms,
videoconferencing, secretarial support and catering.
Car Rental
All major rental companies are represented, including Alamo,
Avis, Budget, Hertz and National. Adapted cars for drivers with
disabilities can be provided with two or three days' notice.
Car Parking
A multi-level parking garage and additional ground level car
parks service all Terminals. Hourly, daily and valet parking is
available. There are also two car parks available for long term
parking which are accessed by a shuttle bus to the ATS service.
Disabled car parking facilities are provided for badge holders.
Driving Directions
O'Hare is on Route 190. Take the following routes from Chicago
to Route 190: Northern and Southern suburbs 294; western suburbs
88 then 294. The journey to/from central Chicago takes between
30-45 minutes.
Public Transport & Taxis
There are taxi ranks outside each Terminal's arrival area. The
journey to central Chicago takes around 30-45 minutes. The
Chicago Tourist Authority runs a 24 hour train service to
Chicago with trains running every ten minutes during the day,
but the airport recommends passengers do not use it late at
night for safety reasons. Airport Express coaches depart from
all Terminals every 10-15 minutes for central Chicago. The
service runs between 0600-2300. Public transport services are
available for disabled travelers and should be booked well in
advance (tel: 312 917 4357 or (TTY) 312 917 1338).
|