|
';
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 Denver Airport Car Rental here.
Cost compare Denver International Airport Car Rental and find
the best price.
Denver International
Airport
Information and help desks
Information booths are located in the Terminal and on concourses
A, B and C. Tourist information booths are located at the
Terminal and concourse B.
Airport Facilities
The airport has ATMs and foreign currency exchange, a health
clinic and a post office as well as a variety of restaurants,
cafés and shops including duty-free.
Disabled Facilities
The entire airport is physically accessible to people with
disabilities: facilities include accessible toilets and TTY
telephones for people with hearing impairments. A shuttle
service with a wheelchair lift operates 24 hours a day between
the car parks and the Terminal.
Business Facilities
Computer data jacks can be found at the north and south ends of
the Terminal (level 5) and the west ends of the telephone banks.
Internet connection facilities are offered at some of the
airport's shops.
Car Rental
Rental companies include Alamo, Avis, Budget, Hertz and
National.
Car Parking
Take a ticket at the Access Plaza before you approach the car
parks. There are two five-level car parks, one on either side of
the east and west sides of the Terminal. Pay attention to which
you have used as the two are almost identical. Short and long
term (economy) parking and disabled spaces are available in
both. The car parks are in walking distance of the Terminals,
however, and a shuttle service with a wheelchair lift, which
operates 24 hours daily, is provided.
Driving Directions
The airport access road, Peña Boulevard, can be accessed via an
exit off Interstate 70 in east Denver. Interstate 70 offers
connections to Interstates 25, 225 and 76. Peña Boulevard also
offers a connection and can be accessed from the E-470 Tollway,
and Airport Boulevard in Aurora.
Public Transport & Taxis
A ground transportation information counter is located on the
baggage claim level near the centre of the Terminal. Taxicabs,
charters and luxury limousines are available to all
destinations. Sky ride buses on five different routes serve
business, hotel and central Denver destinations (tel: 303 299
6000 and press 1-2-1, or TDD tel: 303 299 6098). Wheelchair
transportation can be provided by North Denver Alliance (tel:
303 477 0700). For general travel information (tel: 303 342
4059).
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|