|
';
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 Minneapolis Airport Car Rental
here. Cost compare Airport Car Rental in Minneapolis and find the
best price.
Minneapolis-St Paul
International Airport
Information and help desks
There are information desks at locations around the main
Terminal and telephone lines for general airport information (tel:
612 726 5555) or Travelers Assistance (tel: 612 726 5500).
Airport Facilities
Facilities include ATMs and foreign currency exchange,
translation and postal services. Shopping includes duty-free,
and there is also an animal relief centre for pets.
Disabled Facilities
Access facilities for travelers with disabilities are excellent
and include lifts, accessible toilets, and text phones in
several locations around the Lindbergh Terminal.
Business Facilities
The airport business center/teleTICKET offers a variety of
business facilities, including conference rooms, photocopying,
fax, computer and courier services. There are also self-service
business centers, which include workstations and Touchnet kiosks
for internet, email, fax and photocopying. All payphones have
computer hook-ups. The Pierson M. Grieve conference centre can
provide conference facilities for two to 100 people (tel: 612
794 4500) and four workstations with internet access.
Car Rental
All major rental companies, including Alamo, Avis, Budget,
Dollar, Hertz and National are represented.
Car Parking
There are several car parks with direct access to the Terminals
providing short-term, general, valet and discounted long-term
parking facilities (by Econolot). There are also several
privately owned, off-airport car parks. Free shuttle services
operate between Terminals and parking facilities every 10-15
minutes, 24 hours a day. Disabled spaces are provided. Parking
availability and information is available from the MSP Parking
Information Line (tel: 612 826 7000).
Driving Directions
Both Terminals, Lindbergh and Humphrey, are bordered by: Highway
62 (to the north), Interstate 494 (to the south), State Highway
77 (to the west) and State Highway 5 (to the east). Follow the
exit signs on Interstate 494 and Highway 5 to reach the
Terminals.
Public Transport & Taxis
Taxis are available at the cab starter booth (tel: 612 726
5877). City buses (Metro Transit; tel: 612 373 3333; web site:
http://www.metrotransit.org stop on the east side of the
Lindbergh Terminal, providing transportation throughout the
Minneapolis/St Paul area. Jefferson Bus Lines (tel: 612 726
5118) and other scheduled services connect to Greyhound services
and all cities throughout the area.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|