|
';
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 Phoenix Airport Car Rental
here. Cost compare Airport Car Rental in Phoenix and find the best
price.
Phoenix Sky Harbor
International Airport
Information and help desks
Information desks are located in all Terminals, with at least
one in baggage claim and sometimes more in the main lobby.
Airport Facilities
Facilities include a full service bank in Terminal 4, Thomas
Cook Foreign Currency Exchange, located in the Arrivals area in
Terminal 4, ATM's, shops including duty-free in Terminal 4, and
restaurants.
Disabled Facilities
Facilities for disabled passengers include level access and
lifts, wheelchair-accessible telephones, toilets and ATM's as
well as TDD and amplified phones for hearing-impaired travelers.
Business Facilities
The airport has a Laptop Lane business center in Terminal 3 and
another is opening soon in Terminal 2. These provide computer
points, fax and photocopying services. There are no meeting
rooms or secretarial services.
Car Rental
All major rental companies are represented, including Alamo,
Avis, Budget, Hertz and National.
Car Parking
Convenient parking is available at the parking facilities
located at Terminals 2, 3 & 4. Additional parking is available
at the east and west economy parking lots with a free and
frequent wheelchair-accessible shuttle. Terminal 2 also has a
rooftop parking garage. Disabled parking spaces are reserved for
badge holders. For more parking information (tel: 602 273 4545).
A number of private companies offer parking off site with
shuttle services to Sky Harbor.
Driving Directions
The airport has separate exits for east and west destinations,
so plan your route before departing. Major routes with airport
exits are Interstate 10 east, State Route 153 south of
Washington, State Route 202 west and State Route 143 north. From
North Phoenix, take Route 51 south then Interstate 10 east to
the airport exit, or drive south on 24th Street to the Airport
entrance which is just north of Buckeye Road. From Northern
Arizona, take Interstate 17 south then Interstate 10 east to the
airport exit.
Public Transport & Taxis
There are plenty of available taxis. Three authorized taxi
companies, AAA, Courier and Yellow Cab, have agreed rates with
the airport. Super Shuttle operates 24 hours daily, offering an
airport door-to-door van service, departing approximately every
15 minutes to all destinations. Limousine services are readily
available. Phoenix Transit (tel: 602 253 5000 or TDD 602 261
8208) run Red Line and no. 13 wheelchair-accessible buses to
central Phoenix and surrounding areas. There is a Dial-a-Ride
service for senior citizens and people with disabilities
operating from 0700-1900 (tel: 602 253 4000) or (TDD 602 231
0961).
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|