|
';
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 Savannah
Georgia here.
Cost compare Savannah Airport Car Rental and
find the best price.
Savannah
International Airport
Directions:
To reach Savannah International Airport, take Exit 104 from
I-95. The airport is approximately 15 minutes from Downtown
Savannah, 45 minutes from Hilton Head Island, and one and a half
hours from the Golden Isles area.
Parking:
Savannah International Airport offers ample parking for
passengers close to the terminal. The following are the current
short and long term rates:
Short Term
First 1/2 Hour $.50
Second 1/2 Hour $.50
Each Additional 1/2 Hour $.75
Maximum Daily Rate $7.00
Long Term
First Hour $.75
Each Additional Hour $.75
Maximum Daily Rate $5.25
Weekly Rate $28.00
Services:
Leisure and business travelers alike find the Savannah
International Airport's atmosphere unhurried and obliging and
can move easily through the ten gates serving the airlines. The
following are some of the convenient services you will find at
the Airport to make travel easier for you:
The Passport Club - The Passport Club at the Savannah
International Airport provides a comfortable, private place for
passengers to work and relax before or after a flight.
Regional Visitors Center - The Visitors Center is provided by
the Savannah Airport Commission and offers travelers a multitude
of information on area accommodations, attractions and events.
Their friendly staff will answer your questions and provide
maps, brochures, etc on the area. The Visitors Center is located
on the first floor in the Baggage Claim area of the terminal.
Paradies Gift Shop - Paradies offers a variety of gifts,
souvenirs, golfing items, and reading materials for passengers.
They offer a great selection of regional specialty items,
including Olympics T-shirts, jackets, etc. Hours are 5:30 am to
10:30 pm daily. Paradies has two locations, one in the Savannah
Square area and another in the concourse area on the second
floor.
Piera's Salon - For the busy traveler, Piera's Salon offers hair
and nail services for men and women and is open Monday through
Saturday from 9:00 am to 6:00 pm. Piera's is located in the
Savannah Square area on the second floor.
Vending machines that provide coffee, sodas and snacks are
available after the food concessions close. The machines are
located in front of Southern Grill in the Savannah Square area
of the terminal.
Military Reception Center - The Military Reception Center
provides a get-away spot for our military travelers and their
families. It offers a direct DSN line to Ft. Stewart and
comfortable seating. The Military Reception Center is maintained
by the Savannah Area Chamber of Commerce and is located on the
second floor near the escalators.
ATM Machines - There are three ATM machines located in the
terminal. The Bank Of America ATM is located in the Concourse
area on the second floor; SunTrust Bank's ATM is located next to
the escalators on the second floor; and the Ft. Stewart GA
Federal Credit Union ATM is located at the Military Reception
Center on the second floor.
Postal Center - A self service postal center is located in the
Savannah Square area on the second floor of the terminal.
Travelers can mail letters or packages and purchase a variety of
stamps in the center.
Sky Caps - Sky Caps are available to assist you with your
luggage, provide wheel chairs, etc. Huntleigh Corporation
manages the skycaps at the Savannah International Airport.
Fast Company Express Delivery - If your luggage doesn't make it
at the same time you do, our company will deliver it at any time
and any place. We do it right the first time, every time!
Smarte Carte - Smarte Carte carriers are available to help you
transport your luggage and packages with ease. Look for the
Smarte Carte racks in the Baggage Claim area on the first floor
and outside in the rental car lots.
GAMEPORT Arcade - Have some fun while you wait by visiting the
GAMEPORT Arcade, located just off the Savannah Square Area, on
the second floor of the terminal. The arcade offers a variety of
games and a photo booth.
Calm Springs Hydromassage - Self service Hydro Chairs located in
the concourse across from Burger King, are self-explanatory and
easy to use. Thousands of swirling, pulsating streams of warm
water soothe-away stress, tension, muscle aches and fatigue as
the powerful jets work the spinal area over.
|