|
';
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 San Antonio Airport Car Rental
here. Cost compare Airport Car Rental in San Antonio and
find the best price.
San Antonio
International Airport
Information and help desks
The information and help desks are located at the Terminal 1
baggage claim area and at Terminal 2 where travelers turn
towards the baggage claim area. For airport information contact
International Airport Paging and Information (tel: 210 207
3411).
Airport Facilities
A variety of restaurants and gift shops, ATMs, bureau de change
and computer facilities are available as well as a games room,
shoe shine and airport chapel. The lost property office (tel:
210 207 3526) is open 0745-1630. Telephones situated opposite
the baggage claim area in both Terminals can be used to find out
hotel information and to contact car rental agencies. Emergency
medical assistance is available around the clock (tel: 210 207
3433) or dial 3433 from any white courtesy phone located in the
two Terminals. Luggage handling services are available.
Disabled Facilities
There are three elevators in Terminal 1 and one elevator in
Terminal 2. All bathrooms are physically accessible, Terminal 2
is equipped with ramps, and skycap porters can provide a
wheelchair service for helping disabled passengers disembark
aircraft. Telephones for the hearing impaired are provided.
There is disabled parking in all car parks.
Business Facilities
A conference room is available to rent in each Terminal; both
rooms are equipped with computer modems as well as marker/pin-up
boards. A new business centre at Terminal 2 opened in 2000 and
an expanded Business Conference Centre for Terminal 1 is
planned.
Car Rental
There are nine on-site car rental agencies; agency desks are
located in Terminals and curbside shuttle services transport
travelers to pick-up and drop-off centers. Alamo, Avis, Budget,
Dollar, Enterprise, Hertz, National and Thrifty are all
represented.
Car Parking
There are two covered parking garages for short and long-term
parking and a cheaper car park connected to the Terminals by a
free shuttle. The maximum stay in all car parks is 24 hours.
Designated parking for travelers with disabilities is available.
For further information (tel: 210 207 3465).
Driving Directions
The airport can be easily reached from the major motorways into
and around San Antonio. The airport is located in-between two
motorway loops: from Loop 410 take the Airport Boulevard exit.
From Highway 281 North: take the Airport Boulevard exit or,
alternatively, drive past the Airport Boulevard exit and take
the Jones-Malts Berger, South Terminal Drive exit, then take the
first right onto South Terminal Drive. From Highway 281 South:
after the San Antonio International Airport exit turn left onto
South Terminal Drive.
Public Transport & Taxis
Taxicabs, shared-ride shuttles, and a city bus which takes a one
hour scenic route run between central San Antonio and the
airport. The pick-up area for off-site hotels, parking lots and
rental car companies is outside the Terminal buildings near the
baggage claim areas. For further information (tel: 210 207
3423).
|