|
';
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 Pittsburgh Airport Car Rental here.
Cost compare Pittsburgh Airport Car Rental and
find the best price.
Pittsburgh International Airport
Information and help desks
Airport information desks can be found in the central areas of
both the Landside Terminal (on the ticketing level) and Airside
Terminal (on the concourse level) and there are blue courtesy
information phones throughout. For information (tel: 412 472
3525 from any United States location). The Traveler's Aid desk,
located on the baggage claim level of the Landside Terminal,
offers general travel and community information and assistance
in emergency situations.
Airport Facilities
The airport has one full service bank on landside and another
bank on airside; there is a currency exchange facility in the
international Arrivals area, and ATMs throughout. The Airside
Terminal has a passenger service centre in each of its four arms
offering ATMs, telephones, text phones, a fax and post box.
There is a post office in the Landside Terminal, open 0830-1600.
Paramedics provide emergency medical services. The airport also
has a fitness centre, a multitude of gift shops, restaurants and
other concessions throughout the Terminal buildings.
Disabled Facilities
Facilities for disabled passengers are excellent.
Business Facilities
The Landside Terminal has a business service centre offering fax
and photocopy facilities, notary service and financial services
(currency exchange, travellers' cheques and cash wiring
services). The new Hyatt Hotel, opening summer 2000, will
provide conference and meeting facilities (tel: 1 800 233 1234
toll free).
Car Rental
All major rental companies, including Alamo, Avis, Budget, Hertz
and National are represented.
Car Parking
The airport has short-term, long-term and extended stay parking
facilities, all with disabled access and reserved spaces. Short
and long-term parking areas are connected to the Landside
Terminal by an enclosed walkway. The extended stay car park has
a free shuttle bus service.
Driving Directions
From central Pittsburgh, drive through Fort Pitt tunnels then
take Route 279 South and follow airport signs. The airport's
access road is at Route 60, junction 6. Route 60 is also called
Route 22/30 for part of its length.
Public Transport & Taxis
Public transport and taxis can be found on the baggage claim
level of the Landside Terminal. The airport has a wealth of
limousine, taxi and shuttle services to nearby centres. Port
Authority Transit's 28X Airport bus service runs every 20
minutes to central Pittsburgh and Oakland.
|