|
';
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 Airport Car Rental in St Louis
here. Cost compare St Louis Lambert Airport Car
Rental and find the best price.
St Louis
International Airport / Lambert Field
Information and help desks
Information booths are located on the lower levels in both
Terminals.
Airport Facilities
A full service bank which also provides foreign currency
exchange facilities is available in the Main Terminal. ATMs are
located throughout the airport. Facilities also include shops,
restaurants, and bars. There is no duty-free shopping.
Disabled Facilities
Facilities for disabled passengers include assisted wheelchairs
available from 0600-2300 daily.
Business Facilities
Telephones are located throughout the airport. Fax machines are
available (see the Terminal directories for locations).
Car Rental
Car rental companies include Avis, Budget, Dollar, Hertz, Alamo,
Enterprise, National and Thrifty.
Car Parking
The airport authority owns and operates two Terminal garages and
five parking lots that are serviced 24 hours a day by free
shuttle buses. For additional information call Airport Parking
Services (tel: 314 890 2800).
Driving Directions
From Interstate 170 southbound, take exit 7B, or northbound,
take exit 7C from the far left lane. Continue on Interstate 170
westbound to exit 238A for the East Terminal, Main Terminal and
then long-stay parking. Alternative exits from Interstate 170
westbound are 236 and 235C. From St. Charles, or from Interstate
270 from St. Louis County or Illinois, approach on Interstate 70
eastbound and take exit 235C at Cypress Road.
Public Transport & Taxis
There are plenty of available airport taxis. The airport has
three available bus services: Greyhound, Bi-State (local bus
service), and Military bus transportation. St Louis' light rail
system, Metro link, also stops at both Terminals.
|