|
';
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 for Tucson here.
Cost compare Tucson International Airport Car Rental and find
the best price.
Tucson International
Airport
Location
Tucson International Airport is located 14km (9 miles) south of
Tucson city centre.
Number of terminals
1
Information and help desks
Information centers are located in both the east and west
concourse, in the baggage reclaim areas.
Airport facilities
There are ATMs on the ticketing level in the central concourse
and post boxes and stamp machines are located on each concourse.
There is no bureau de change facility at the airport. There is
one restaurant on the east concourse open 0600-2000 and one
restaurant on the west concourse open 0600-2300; a Mexican
restaurant, located on the third floor of the centre core is
open 1100-2000, whilst the snack bar on the centre core
ticketing level is open 0600-1600. Shops, including a
newsagents, gift shop, golf shop and crafts shop are located on
the third floor and are open 0600-2300 (west concourse) and
0600-2000 (east concourse). The military lounge on the ticketing
level provides food and transportation for all active and
retired military personnel and is open 0800-2300 Monday-Sunday.
Disabled facilities
Disabled toilets are located on the ticketing level of the
centre core and there are TDD payphones and lower level
information centers on both concourses. Wheelchairs are
available from Skycap porters and the Park 'n Save car park
operates wheelchair-accessible shuttles to the terminal.
Conference and business facilities
There are two conference rooms (tel: 520 573 8225) on the third
level of the centre core. Teleports are available throughout the
terminal and there is an internet kiosk on the east concourse.
The lost property office in the centre core of the ticketing
level can provide a fax, photocopy and notary service; fax and
notary services are also available at the information centre on
the west concourse.
Car rental
Alamo, Avis, Budget, Dollar, Hertz, National and Thrifty are all
represented.
Car parking
There are long-term and short-term car parks in front of the
main terminal building. An additional Park 'n Save car park is
located on Corona Road between South Tucson Boulevard and South
Country Club; a 24-hour shuttle bus runs every 15 minutes to
this car park and special savings are available on parking rates
through local travel agents.
Driving directions
Take the I-10 south and exit at Palo Verde South, or take the
I-19 and leave at the Valencia East exit.
Public transport and taxis
Buses no. 11 and 25 run to/from Tucson International Airport
every hour; this service is operated by Sun Tran (tel: 520 792
9222). Arizona Stagecoach operates a shared-ride minibus service
after each flight arrival; rates vary depending on the
destination and their reservation desk is located in the centre
of the baggage level (tel: 520 889 1000). Four taxi companies
are contracted by the Airport Authority to provide a service
from the airport. The companies are AAA Airport Taxi (tel: 520
631 6408), Allstate Cab (tel: 520 881 2227), Independent Cab (tel:
520 977 1039) and Yellow Cab (tel: 520 623 7308). There is no
extra charge for baggage or for more than one person traveling
to the same location.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|