|
';
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 Washington DC Airport Car Rental
here. Cost compare Airport Car
Rental in Washington DC and find the best price.
Washington Dulles
International Airport
Information and help desks
The international visitors information desk is on the baggage
claim (lower) level (tel: 703 572 2536 or 703 572 2537).
Traveler's Aid services (tel: 703 572 8296) are available at the
information counter, also on the baggage claim level.
Airport Facilities
ATMs and foreign currency exchange are readily available. Stamp
vending machines and post boxes are located throughout the
airport. A multitude of different retail outlets, bars,
restaurants and cafés are available on all concourses. Hotel
phone centers are located in the lower level of the main
Terminal in the ground transportation centers.
Disabled Facilities
Wheelchairs and assistance are available through airline
representatives at each airline counter. Visual paging is
available in the main Terminal and concourse B. Telephonic
Devices for the Deaf (TDDs) are available throughout the main
Terminal and concourses.
Business Facilities
Business service centers are located at the east end (tel: 703
572 2963) and west end (tel: 703 572 2969) of the upper level of
the main Terminal. They provide foreign currency exchange,
insurance, fax, photocopying, notary and other services. There
are also business service centers in concourses B, C and D.
Car Rental
Rental companies include Alamo, Avis, Budget, Dollar,
Enterprise, Hertz, National and Thrifty.
Car Parking
Hourly and daily parking is available within walking distance of
the main Terminal and long-term car parks are connected by a
free shuttle service; there is also an additional 'purple'
economy car park. Valet parking is available directly in front
of the main Terminal. For parking information contact Aero link
Parking (tel: 703 572 4500 or 4580).
Driving Directions
From central DC: go west on Interstate 66 to exit 67, follow
signs to the airport, approximately 26km (16m) from exit 67.
From Baltimore: go south on Interstate 95 to exit 27 (Interstate
495 West - The Beltway) to exit 12B, follow signs to the
airport, approximately 21km (13m) from exit 12B. From Richmond:
go north on Interstate 95 to exit 170 (Interstate 495 - The
Beltway) to exit 12B, follow signs to the airport, approximately
21km (13m) from exit 12B. From West Virginia: go south on
Interstate 81 to Interstate 66 East, Interstate 66 East to exit
53 (Route 28 North), follow Route 28 to airport. From Roanoke,
Southwest Virginia: go north on Interstate 81 to Interstate 66
East, follow Interstate 66 East to exit 53 (Route 28 North),
follow Route 28 to airport.
Public Transport & Taxis
The Washington Flyer Express Bus (tel: 1 888 WASH FLY) runs to
National Airport, West Falls Church Metro station, Union station
and several hotels in the city. Metro rail services can be
accessed by taking this bus to West Falls Metro Station.
Greyhound also provides a service from the airport to several
locations in Virginia. Washington Flyer Taxicabs exclusively
serve Dulles International Airport, offering a 24 hour service
to and from the airport. Limousines are also available.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|