|
';
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 Francisco Airport Car Rental
here. Cost compare Airport Car
Rental in San Francisco and find the best price.
San Francisco
International Airport
Information and help desks
Airport information booths are located in all Terminals on the
lower floor, and can translate over 166 languages. Traveler's
Aid booths are located on the upper level of all Terminals, open
daily 0900-2100 in the international Terminal and from 0900-1700
elsewhere.
Airport Facilities
ATMs and foreign currency tellers are available in all Terminals
and boarding lounges and there are full service banks in the
north and international Terminals. Facilities also include post
boxes, a medical clinic on the lower floor of the international
Terminal, shops, duty-free outlets, restaurants and bars.
Disabled Facilities
The airport is physically accessible and airline employees are
happy to assist passengers with disabilities and/or senior
passengers traveling through the Terminals. If you need
assistance, notify your airline in advance of your departure or
arrival time. There are TDD phones throughout the airport for
hearing-impaired travelers.
Business Facilities
The Airport Travel Agency (tel: 650 877 0422), located in upper
level exhibition gallery, provides fax, notary, photocopying,
and courier services. Credit-card paid internet services are
provided at the Quick Aid Kiosk.
Car Rental
All major rental companies are based at the airport, including
Alamo, Avis, Budget, Dollar, Hertz and National.
Car Parking
Short term car parks with disabled spaces and direct access to
Terminals are available (tel: 650 877 0227 (from any USA
location) for 24 hour information on availability of parking in
all areas). A long term parking lot is 3.5km (2 m) north of the
airport Terminals. The free bus service takes six to ten minutes
between long term parking and the Terminals.
Driving Directions
From central San Francisco, take Route 101 south and follow
airport signage. (For long term car parking, turn off left onto
Interstate 380 and then turn right onto South Airport
Boulevard.)
Public Transport & Taxis
Taxis depart from the lower level baggage claim area in all
Terminals. Taxi drivers are required by airport regulations to
accept fares to all destinations. Buses and trains depart for
all Bay Area Counties destinations. Wheelchair accessible
SamTrans buses run from the Terminals to various BART (Bay Area
Rapid Transit) stations from 0400-0000. All BART stations are
fully wheelchair accessible, tel: 650 992 2278 or TDD (510 839
2220). A free, wheelchair-accessible Cal Train shuttle service
runs to Millbrae Cal Train station. For further ground
transportation information, see the airport information booths
or call the SFO transportation hotline at 800 SFO-2008.
|