|
';
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 in San Jose
here. Cost compare San Jose International Airport Car Rental
and find the best price.
San Jose
International Airport
Information and help desks
Information desks are located in Terminal A and Terminal C.
Airport Facilities
ATMs, foreign currency exchange, travel insurance and postal
facilities are located throughout the two Terminals. There is
duty-free shopping, gift shops and food services in both
Terminals. Eating and drinking facilities are mostly provided by
mobile units until new food courts open during summer 2000. The
airport also has personal DVD players and movie discs available
for rental.
Disabled Facilities
Facilities for disabled travelers are good, including lifts and
TDD telephones.
Business Facilities
In Terminal A, Skytel offers facilities for fax, photocopying,
computer printing, laptop data ports, and two-way pagers, open
Monday-Friday 0700-2100, Sunday 1200-2000 and closed Saturday.
Car Rental
Rental companies located at the airport are Avis, Budget,
Dollar, Hertz and National.
Car Parking
Short-term parking is available at Terminal A and immediately
opposite Terminal C. There are two long-term car parks with a
free airport shuttle bus service between the Terminals and the
long-term parking lots.
Driving Directions
From San Francisco: take the Interstate 80 west until it becomes
US-101 south; drive to the CA-87/ Guadalupe Parkway exit on the
right, take the exit on to Guadalupe Parkway, and turn right
onto Airport Parkway. From Santa Cruz: start on CA-17 north,
which becomes Interstate 880 north, take the US-101 north exit
on the right towards San Francisco, merge onto US-101 north,
take the Brokaw Road exit on the right towards First Street, and
turn left onto Brokaw Road, which becomes Airport Parkway.
Public Transport & Taxis
Yellow and United taxi cabs and a variety of limousine services
are readily available at the airport. Rail stations are reached
via shuttle buses: there are excellent light rail and metro
train routes to destinations across the Bay area, including Cal
train between San Francisco and Gilroy via San Jose (tel: 1 800
660 4287 toll free), VTA light rail service between and within
San Jose, Santa Clara, Sunnyvale and Mountain View (tel: 408 321
2300), and BART (Bay Area Rapid Transit) services from Santa
Clara station (tel: 510 441 2278), which is reached via the free
Airport Flyer bus. Rail stations and services generally have
good wheelchair access. Scheduled bus services include buses to
Santa Clara County provided by Valley Transportation Authority (tel:
408 321 2300), to the south bay area provided by Serendipity
Land Yachts (tel: 888 463 5937), and to Santa Cruz and Monterey.
Shuttles and charter buses are available for all areas.
|