|
';
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 Syracuse New York Airport Car Rental here.
Cost compare Syracuse Airport Car Rental and
find the best price.
Syracuse Hancock
International Airport
Directions:
Interstate 81(north-south), and Interstate 90, the New York
State Thruway (east-west), intersect within three miles of the
Airport, giving the traveler major highway connections to all
areas of New York State and the entire northeastern region
including Canada. There is direct access from the Interstates to
Airport parking, curbside driving lanes for quick drop off/pick
up and curbside baggage check-in.
From the North, I-81 South to Exit 27. Follow signs to Airport -
Direct access to Colonel Eileen Collins Blvd. (Main entrance
road to the Airport.) Follow signs to Parking and Terminal.
From the East, I-90 (New York Thruway) West to Exit 36- Direct
access to I-81 North, I-81 North to Exit 27. Follow signs to
Airport- Direct access to Colonel Eileen Collins Blvd. Follow
signs to Parking and Terminal.
Ground Transportation:
There are five car rental agencies located at Syracuse
Hancock International Airport. These offices are continually
staffed to provide quality customer service. Reservations can be
made in advance or upon arrival at the Airport. The car rental
agency offices are conveniently located on the first floor of
the main lobby. For more information in reference to a specific
car rental agency, or to make a reservation, please contact the
following offices:
Alamo
Avis
Budget
Enterprise
Hertz
National
Thrifty
Parking:
Ample parking space and well maintained facilities welcome
the traveler at Syracuse Hancock International Airport. A
parking garage and an open lot offer a combined total of over
3,950 parking spaces for your convenience. The parking
facilities are managed and maintained by Allright Parking
Syracuse, Inc. Current parking rates for a 24 hour period are
$6.50 for parking in the open lot, and $8.00 for parking in the
garage.
Airlines:
Air Canada, American, American Eagle, Continental, Delta,
Comair, Jet Blue, Northwest, United, US Airways.
|