|
';
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 Oakland Airport Car Rental here. Cost compare Airport Car Rental
in Oakland and find the best price.
Oakland
International Airport
Information and help desks
Information desks are centrally located in both Terminals (tel:
510 577 4090).
Airport Facilities
ATMs and travel insurance services are available at both
Terminals; foreign currency exchange is available at Terminal 1.
Both Terminals provide fax and data port services and there is a
post box. A paramedic service is available in emergencies. The
airport has restaurants, bars and shops, including duty-free in
Terminal 1.
Business Facilities
Fax and data port facilities are located in both Terminals.
Laptop Lane Business Center will open in both Terminals in June
2000, providing telephone, fax, workstation and internet
facilities.
Car Rental
Rental companies include Alamo, Avis, Budget, Dollar, Hertz,
National and Thrifty.
Car Parking
The airport provides short and long-term car parks, economy and
valet parking facilities. The car parks are open 24 hours daily
and provide a free shuttle service to the Terminals every ten
minutes. Disabled parking is available in both short and
long-term car parks (tel: 510 633 2571/2).
Driving Directions
From Highway 880 north, follow the exit signs on 98th or
Hegenberger to the airport entrance. From Highway 880 south, use
the Hegenberger Road Exit. Merge onto Hegenberger Road and
continue straight ahead to the airport; all lanes lead onto the
airport grounds. Cross Doolittle at the airport entrance.
Public Transport & Taxis
Taxis are readily available from Veteran's and Friendly Cabs;
shuttle services are also available to most destinations.
Several bus companies provide regular departures to all
destinations in the Bay area. For travel by train: Bay Area
Rapid Transit (tel: 510 465 BART) runs a frequent express bus
between Oakland Coliseum rail station and the airport,
0600-0000. All BART rail stations are fully
wheelchair-accessible. AC Transit Line 58 bus connects the
Amtrak Station at Jack London Square to the Oakland
International Airport. For travel by ferry: AC Transit Line 58
bus connects Jack London Square and the Alameda/Oakland Ferry to
Oakland International Airport. The ferry provides a service to
Alameda, San Francisco's Ferry Terminal, and Pier 39/Fisherman's
Wharf.
|