|
';
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 Diego here. Cost compare San Diego
International Airport Car Rental and find the best price.
San Diego
International Airport
Information and help desks
Traveler's Aid desks can be found in all Terminals.
Airport Facilities
A currency exchange counter is on the ground-floor level of
Terminal 1 in front of the United Airlines ticket counter;
customers may also send faxes, get money transferred, buy travel
insurance, travelers checks and telephone debit cards here. An
ATM is at the Terminal 1 central food court and there are
several on the second floor of Terminal 2. A variety of shops
(not including duty-free), snack bars and restaurants are
available at each of the three Terminals. There is no on-site
full service bank, post office, pharmacy or medical centre.
Disabled Facilities
There are lifts and at least one TDDY phone in each Terminal.
Toilets are fully physically accessible and there are visual
paging Terminals for the hearing impaired.
Business Facilities
There is a business centre in Terminal 1 near the Traveler's Aid
desk, and an internet centre in Terminal 2.
Car Rental
Car rental companies include Alamo, Avis, Budget, Dollar, Hertz
and National. Desks are found near the baggage claim area in
each of the three Terminals.
Car Parking
Cars can be left in on-site car parks for between 30 minutes and
30 days. Off-site parking is provided at a number of locations
nearby including park and ride (tel: 619 295 2832) and park,
shuttle & fly (tel: 888 955 PARK). Disabled parking spaces are
available.
Driving Directions
The airport is served by Interstate 5 with connections to Route
163, Interstate 8 and Interstate 15. From Interstate 5
northbound, take the San Diego Airport / Hawthorn Street exit;
follow signs onto westbound Hawthorn Street, continue to North
Harbor Drive and turn right for the airport. From Interstate 5
southbound, take the San Diego Airport / Sassafras Street exit
onto Kettner Boulevard and turn right at the traffic lights at
Sassafras Street, then left at the next lights onto Pacific
Highway. Turn right at Laurel Street, half a mile on, and right
again at the next lights (North Harbor Drive) for the airport.
Public Transport & Taxis
Taxi and shuttle van services to hotels and central San Diego
destinations are available from the central transportation
plaza, and buses leave from outside each Terminal. Passengers
with cruise reservations are met at the airport by cruise ship
representatives.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|