|
';
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 Detroit Airport Car Rental here.
Cost compare Detroit Metro Airport Car Rental and
find the best price.
Detroit Metro Airport
Information and help desks
The airport central information centre is between the Davey and
Smith Terminals, very near to the Marriott Hotel. Staff in green
waistcoats are customer service agents who can provide airport,
hotel, transport, shopping and local information.
Airport Facilities
The airport's facilities include currency exchange bureau in the
Smith and Berry Terminals and in the Davey Terminal concourse F
near the Departures building, plus ATMs in all three Terminals
and by the Marriott Hotel. There is a post office in the Smith
Terminal. The airport has a wide selection of bars, cafés, fast
food outlets and restaurants throughout the Terminals and in all
concourses. Shopping includes duty-free.
Disabled Facilities
Facilities for disabled passengers are excellent.
Business Facilities
The Smith Terminal has both a Laptop Lane business centre, with
facilities including computer workstations for rent, and a new
conference centre whose facilities include fax and internet
connections, videoconferencing, audiovisual equipment and
computer workstations.
Car Rental
Alamo, Avis, Dollar, Hertz, National and Thrifty have offices at
the airport.
Car Parking
There are several car parks offering hourly, daily and long-term
parking. Free shuttle service is available between all Terminals
and car parks. Valet parking is also available (tel: 734 942
4865). For parking availability and information call the parking
hotline (tel: 1 800 642 1978 toll free).
Driving Directions
The airport is located just off Rogell Drive and Interstate 94,
which directly links the airport to central Detroit.
Public Transport & Taxis
Taxis or limousines are available from Metro Cabs (tel: 734 942
4690); Commuter Express (tel: 888 854 6700) provides
door-to-door shuttle transportation and also offers minibus and
coach hire. SMART buses run services to central Detroit from the
outer roadway outside Smith Terminal, near the Ground
Transportation offices. Ground Transportation information is
available (tel: 734 942 3623).
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|