|
';
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 Ronald Reagan National Airport Car Rental
here. Cost compare Ronald Reagan Car
Rental in Washington DC and find the best price.
Washington Ronald
Reagan National Airport
Information and help desks
Traveler's Aid facilities are located in Terminal A (tel: 703
417 3972), and in Terminals B and C (tel: 703 417 3974).
Airport Facilities
ATMs are located in all Terminals. Customer service centres (tel:
703 417 3200 or 3201) in Terminals B and C provide foreign
currency exchange, insurance, fax, photocopying, notary and
other services. There is a dry cleaning shop, newsagents, gift
shops and other retail outlets, as well as a wide range of
restaurants, bars and cafés.
Business Facilities
Fax, photocopying, notary and other services are provided by the
customer service centres (tel: 703 417 3200 or 3201) in
Terminals B and C.
Car Rental
Alamo, Avis, Budget, Hertz, National, Dollar, Enterprise and
Thrifty are all represented.
Car Parking
Parking garages A, B and C, connected to Terminals B and C by
pedestrian bridges and moving walkways, provide hourly and daily
parking. Parking garage A is also used for rental cars. The
Remote Parking Garage provides long-term parking, with a free
shuttle bus service to all Terminals. For parking information
contact Aerolink Parking (tel: 703 417 4300 or 4301).
Driving Directions
From Virginia and Richmond: take Interstate 95 North to
Interstate 395 North and take exit 10 (GW Parkway South) to the
airport exit. From Manassas and other westerly locations: take
Interstate 66 East, Route 110 South to Route 1 South, then on to
the airport exit. From Maryland, Baltimore & Prince George's
County: take Interstate 95 South over Woodrow Wilson Bridge,
take Route 1 North, then on to the airport exit. From Washington
DC: take Interstate 395 South, then GW Parkway South to the
airport exit.
Public Transport & Taxis
Metrorail (tel: 202 637 7000) stops at Terminals B and C. A
shuttle bus runs between the Metro and Terminal A. There is a
SuperShuttle door-to-door service (tel: 1 800 258 3826 toll
free). The Washington Flyer Express Bus (tel: 1 888 WASHFLY)
runs to National Airport, West Falls Church Metro station, Union
station, Washington Dulles Airport and several hotels in the
city. Taxis to Washington DC, Virginia and Maryland are
available at the exits of each Terminal.
|