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


|
|
|
General Mitchell
International Airport
Information and help desks
A visitor Information desk (tel: 414 747 4808) and Travelers'
Aid (tel: 414 747 5245) can be found on the upper level of the
Terminal.
Airport Facilities
ATMs machines are located throughout the Terminal with an M&I
Bank in the main precinct. Other facilities include a Wisconsin
Specialty shop, a restaurant and a wide range of shops, snack
bars, and bars throughout the concourses. A baby care room with
toddler play port, located on concourse D at Gate 31 is open
around the clock.
Disabled Facilities
Airport facilities are wheelchair accessible and TDD phones are
located throughout. Wheelchairs for use at the airport are
available free of charge at the Travelers' Aid desk; Skycap
porters are available to assist with wheelchairs. The restaurant
on the upper level precinct offers menu in Braille. Avis, Budget
and Hertz offer hand-controlled rental cars (reservations should
be made several days in advance).
Business Facilities
Executive workstations are located at the north end of the upper
level precinct near the entrance to concourse C. Workstations
are equipped with phone and fax. Mail, Federal Express and UPS
drop- boxes and postage stamp machines are at the same location.
In-airport conference rooms are available for a nominal fee by
reservation (tel: 414 747 5392).
Car Rental
Alamo, Avis, Budget, Hertz, and National are all represented.
Car Parking
The airport main car park is connected to the Terminal by
skywalks; daily (long-term) and hourly (short-term) parking is
available. Other parking options include a surface car park
close to the Terminal and three remote car parks although remote
car parks B and C are only open during peak periods. There are
free shuttle services to and from the remote car parks. Disabled
space is provided in the main car park, for assistance dial 5309
on the white courtesy phones provided.
Driving Directions
The airport is located on its own junction 8km (5m) south of
Milwaukee and 112km (70m) north of Chicago, on exit 119 off
Interstate 94. From Chicago: take Interstate 94 north to the
airport exit.
Public Transport & Taxis
There is a shuttle service to city centre hotels and business
locations provided by Limousine Service Inc. (tel: 414 769 2444)
whilst Airport Connection (tel: 414 769 2444) and Transit
Express (tel: 414 264 4550) operate 'shared ride shuttles' or
buses. Badger Coaches (tel: 414 276 7490) run to Lake Mills and
Madison; Public Transit (tel: 414 344 6711) serves Milwaukee
County; United Limo (tel: 1 800 833 5555 toll free) operates a
service to Racine and Kenosha Counties, WI Gurnee, and
O'Hare/Midway Airports; Wisconsin Coach Lines (tel: 414 542
8861) run to Waukesha, Racine and Kenosha Counties.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|