|
';
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 El Paso Texas Airport Car Rental here.
Cost compare El Paso Airport Car Rental and
find the best price.
El Paso
International Airport
Location
The airport is located 8km (5 miles) northeast of El Paso city
and 19km (12 miles) north of Cuidad Juarez.
Number of terminals
1
Information and help desks
The information desk is located in the main lobby.
Airport facilities
Restaurants are located on the main level, in the east concourse
and in the west concourse. There is a newsagents and a gift shop
on the second floor. There are also bureaux de change, phone
card services, ATMs and postage facilities, located in the
business centre in the main lobby.
Disabled facilities
Wheelchairs can be requested from American Airlines uniformed
employees at the American Airlines ticket counter. Wheelchairs
(tel: 915 747 4271) can also be requested from all other
airlines, at all gates, as well as from ticket counters upon
arrival or by using a courtesy phone and dialing 0 for
assistance. There is a shuttle service which can be accessed by
wheelchairs and there is also reserved parking.
Conference and business facilities
A business centre is located in the main lobby and handles
currency exchange, phone card service, fax, photocopies, laptop
service, money transfer, travel insurance, office supplies,
overnight package delivery, ATM machines and postage. Conference
bookings are also available (tel: 915 780 4724).
Car rental
There are eight car hire companies at the airport: Dollar, Avis,
Budget, Thrifty, Advantage, Hertz, National and Enterprise.
Car parking
Short-term and long-term parking is available. A free shuttle
bus takes passengers to the terminal. Major credit cards are
accepted, as well as local cheques.
Driving directions
The airport is located 1.6km (1 mile) north of I-10 and 1.6km (1
mile) east of State Highway 54. It is easily accessible from
major roads.
Public transport and taxis
Sun Metro operates a bus service between the airport and
central El Paso. Buses leave the airport 0556-2045
Monday-Friday, 0726-2045 Saturday and 0812-1912 Sunday. Buses
leave the Downtown Plaza 0514-2015 Monday-Friday, 0644-2015
Saturday and 0720-1820 Sunday. They run every hour. Taxis are
also available 24 hours a day.
|