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


|
|
|
Buffalo Niagara
International Airport
Location
The airport is located 14km (9 miles) east of Buffalo.
Number of terminals
1
Information and help desks
An information centre is located in the lower level of the
terminal next to baggage reclaim. The centre can provide maps
and regional information as well as bus timetables and
brochures; there is also a courtesy paging telephone. During
busy times, Volunteer Hospitality Ambassadors are available to
assist passengers with information.
Disabled facilities
The terminal is equipped with lifts, travelators, kerb ramps,
TDD telephones and disabled toilet facilities. There are
dedicated parking spaces for disabled passengers immediately
outside the terminal and shuttle buses are wheelchair
accessible. Aircraft lift devices are also available.
Conference and business facilities
The business centre (tel: 716 635 0770; fax: 716 635 0772) is
open 0600-1800 Monday-Friday and 1000-1400 Saturday in winter;
longer opening hours apply in the summer months. The following
services are provided: bureau de change; fax; courtesy
telephone; copying; computer and internet access; conference
room rental; pre-paid phone cards/stamps; word processing;
travel services; travel guard airport flight insurance; American
Express card member services and travellers cheques. The
conference room (tel: 716 635 0770), located at gate 9 on the
upper level, holds 20-25 people.
Car rental
Alamo, Avis, Budget, Dollar, Hertz and National are all present
at the airport.
Car parking
There is a short-term car park directly outside the terminal
building for any stay under two hours; parking under 30 minutes
is free of charge. The preferred long-term car park, for daily
or long weekend trips, is located within walking distance of the
terminal; free shuttle buses also operate between the terminal
and the car park. The long-term car park is designed for longer
trips; free shuttle buses operate to/from the terminal.
Information on all car parks is available (tel: 716 634 0315).
Driving directions
From the centre of Buffalo, take Route 33 East/Kensington
Express. From elsewhere in New York State, take the I-90 (NYS
Thruway East) and leave at exit 51 to join Route 33
East-Kensington Expressway. For detailed maps and driving
directions, passengers should consult the airport website.
Public transport and taxis
NFTA-Metro operates a bus service between the airport and
various places around Buffalo. Bus no. 24 runs between the
airport and the Amtrak Station in the city centre 0544-0010
Monday-Friday, 0657-2339 Saturday and 0636-2338 Sunday and
public holidays; from the city centre to the airport the service
operates 0537-2150 Monday-Friday, 0600-2135 Saturday and
0554-2134 Sunday and public holidays (journey time: about 35
minutes). Bus no. 30 runs between the airport and Niagara; from
the airport to Niagara the service operates 0708-1606
Monday-Friday and 0700-1618 Saturday; from Niagara to the
airport the service operates 0557-1702 Monday-Friday and
0659-1609 Saturday (journey time: about 65 minutes). Bus no. 68
runs between the airport and the Amtrak Station in the city
centre; buses run to the Amtrak Station at 0655 and 0730
Monday-Friday and to the airport at 0442 and 0510 Monday-Friday
(journey time: about 50 minutes). Tickets can be bought on the
bus. The Independent Taxi Association (tel: 716 633 8294)
operates a service to/from Buffalo Niagara Airport. Fare
information is posted inside the taxis and passengers can obtain
an estimate from the driver before setting off.
|