|
';
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 Car Rental at Indianapolis
Airport here.
Cost compare Indianapolis Airport Car Rental and
find the best price.
Indianapolis
International Airport
Information and help desks
The airport has a Tourist Information desk on the upper level
and an information centre (tel: 317 487 7243) located in the
central ticket lobby.
Airport Facilities
The baggage claim is on the lower level of the Terminal in area
three. The airport has a variety of full-service and fast-food
restaurants in its new food court. These outlets sell US, French
and Asian cuisine and include McDonalds, Burger King, Ben &
Jerry's, Subway and TGI Fridays. The airport also has a wide
range of retail outlets, including Waterstones Booksellers, Bath
& Body Works, Sunglasses Hut International, Wilsons Leather and
Godiva Chocolatier. In addition to this, there is a Travelex
bureau de change and a PGA Tour Shop. There is also an Amoco
petrol station within the airport grounds, with petrol pumps, a
food shop, Burger King and car wash. There are ATMS in the
ticket areas of the terminal and a post box next to Auntie
Annie's food outlet.
Disabled Facilities
Parking for disabled passengers is located in the Tiger and
economy car parks. The airport has ramps and lifts in concourses
A, C and D. It is also equipped with TDD phones and disabled
toilets. Assistance with wheelchairs can be sought from the
information centre or from individual airlines themselves.
Business Facilities
The airport has a board room in the ticket area, which can be
hired by companies (tel: 317 487 5061) and has free fax machines
at the information centre. United Airlines' Red Carpet Club (tel:
317 757 3540) is located next to the America West ticket counter
and provides frequent travellers with business facilities.
Conference rooms and business facilities are available at the
Holiday Inn (tel: 317 244 6861), located within the airport
grounds. Business travellers can park in Premier Business Class
Parking, located at the front of the long-term car park. Free
luxury shuttle buses operate express delivery between the car
park and the terminal building. Business travellers can also
benefit from frequent parking programmes, free jump starts,
ice/snow removal and rainwear.
Car Rental
There are seven car rental companies at the airport. On-site
companies include Alamo, Dollar, Avis, Budget, Hertz, National
and Thrifty. Car rental desks are inside the Terminal; cars can
be picked up on Lower Terminal Drive just outside the ground
transportation centre and on Lower Terminal Drive opposite the
US Airways baggage claim.
Car Parking
The airport's car parks have space for a total of 10,915
vehicles. A five level parking garage is connected to the upper
level of the Terminal by three enclosed skybridges on the third
level and the surface parking lot can be reached by walking down
Lower Terminal Drive from the lower level of the Terminal.
Long-term parking is located off of High School Road with
Premier Business Class parking at the front of the long-term
parking lot, both long-term and business class parking are
served by free shuttles to/from the Terminal. Long-term parking
is operated by Tiger Express Parking and economy parking. The
airport also has a new car park, Corporate Connection, which is
within walking distance of the terminal and is located at the
corner of Raymond Street and High School Road.
Driving Directions
Take the Airport Expressway from the Interstate 465 loop.
|