|
';
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);
}
//-->
|
|


|
|
|
Boston Logan
International Airport
Information and help desks
The help desk is staffed with qualified Public Service
Representatives who assist callers with questions regarding
ground transportation, commuting, airline support services, and
weather operations. The help desk has TDD services available 24
hours a day (tel: 800 262 3335).
Airport Facilities
There are ATMs available in all Terminals; foreign exchange
booths in Terminals B, C and D; and a full service bank in
Terminal D. Public internet access is available in Terminal C.
Restaurants, snack bars and bars are available in all Terminals,
as is a large assortment of shops.
Disabled Facilities
Access for disabled people is excellent and the airport help
desk provides TDD services 24 hours a day (tel: 800 262 3335).
Business Facilities
The Harborside Hyatt Conference Center & Hotel (tel: 617 568
1234) and the Hilton Boston Logan Airport Hotel (tel: 617 568
6700) both provide state-of-the-art conference facilities, with
meeting rooms and business facilities.
Car Rental
Major car rental companies including Alamo, Avis, Budget,
Dollar, Hertz and National operate at the airport.
Car Parking
Short and long term parking is available at the Central Parking
lot, connected to all the Terminals via pedestrian bridges.
Terminals A, B and E also have their own short-term car parks
with direct access to the Terminal. There are two off-site car
parks offering economy and long term parking, with a free 24
hour shuttle bus service to and from the Terminals every ten
minutes.
Driving Directions
From the North Shore: follow I-95 to Route 1 South (Saugus).
Stay on Route 1 and follow to exit for Route 60 (Logan Airport).
From Northern Massachusetts: take I-93 South and follow into
Boston until you see signs for the Callahan Tunnel/Logan Airport
exit. From Western Massachusetts: take the Massachusetts
Turnpike to the end. Stay in the left lane and take I-93
(Expressway) North into Boston. Take Callahan Tunnel/Logan
Airport (exit 24). From the South Shore/Cape Cod: follow Route 3
North to the I-93 North to downtown Boston. Take Callahan
Tunnel/Logan Airport (exit 24).
Public Transport & Taxis
Taxis are readily available at all Terminals. South
Station/Trains Commuter rail service goes to the South Station
Transportation Center and three bus companies provide a nonstop
connection service between Logan and South Station. Bus services
are available from private bus lines covering the New England
area. Logan Massport Express offers a frequent express bus
service from Braintree to the south shore, Framingham to the
west, and Woburn to the north. Massachusetts Bay Transit
Authority operates subway and bus routes to and from Logan.
Water Transport, Massport's free water transportation bus, has
direct connections from all airport Terminals to the Logan dock.
A private boat service is provided from the centre of Boston and
also from the South Shore at Quincy Shipyard.
|