|
';
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 Atlanta Airport Car Rental here. Cost compare Atlanta
Airport Car Rental and find the best price.
|
 |
Atlanta Airport
Hotels
Atlanta Hotels
-
Lowest Hotel Rate
Guarantee! |
Atlanta
International Airport
Information and help desks
The Information desk is located in the central Atrium.
Airport Facilities
Foreign currency exchange counters and ATMs can be found
throughout the Terminals: there is a bank in the Atrium. A range
of communication facilities are available including a postal
service, public telephones and international calls. Various
restaurants and fast food outlets offer a wide variety of
international cuisine. Several gift and souvenir shops, as well
as a duty-free shop, are available.
Disabled Facilities
There are excellent access facilities throughout for people with
physical disabilities, hearing and sight impairments.
Business Facilities
The Executive Conference Center is located at Airport Atrium
Suite 300 and offers meeting rooms, telephone, fax and
photocopying, teleconferencing and PC workstation/laptop
facilities at hourly/daily rates. For further information (tel:
800 713 1359 or (404) 761 6116; fax (404) 530 4251).
Car Rental
Rental companies include Alamo, Avis, Budget, Dollar,
Enterprise, Ez Rent, Hertz, National, and Thrifty.
Car Parking
There are both indoor and outdoor car parks with direct access
to the Terminals including Hourly Parking areas adjacent to each
Terminal for picking up/dropping off passengers. There are also
three long term Park & Ride car parks located further away, with
a free transfer bus service to and from the Terminals.
Driving Directions
Interstates 85 and 285 provide direct access to airport and
parking. Along with Interstates 75 and 20, they give highway
connections to the Airport from all areas of Georgia and the
southeast region.
Public Transport & Taxis
Rapid train services leave Hartsfield Atlanta International
Airport Station every four minutes on the MARTA network (tel:
404 848 4711) which serves the City of Atlanta, 15 minutes away,
and destinations in Fulton and DeKalb counties with rail and bus
services. There are also trains to destinations in Cobb County.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|