|
';
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 Orlando Airport Car Rental
here. Cost compare Airport Car Rental in Orlando and
find the best price.
Orlando
International Airport
Information and help desks
Staffed information booths are located in the main Terminal in
the great hall and in the hotel atrium, open 0700-2300. Phones
are located throughout the Terminal.
Airport Facilities
These include a Nations Bank in the great hall, open 0800-1800,
bureau de change, ATMs, airport information, postal services,
telephones (some with data ports), fax machines, photocopiers,
shops, duty-free outlets, restaurants, cafés and bars.
Disabled Facilities
All restrooms are physically accessible and eight companion care
restrooms, and a number of TDD telephones, are located
throughout the main and airside Terminals.
Business Facilities
Meeting rooms, international telecommunications and a full
secretarial service are provided at the Hyatt Regency Orlando
International Hotel conference centre (tel: 1 800 CHECK IN toll
free).
Car Rental
All major rental companies are represented either on-site or
offsite served by a courtesy shuttle. Onsite companies include
Avis, Budget, Dollar and National.
Car Parking
There are three car parks with direct access to the Terminal, as
well as three satellite car parks that offer economy parking
facilities and provide a free shuttle service to and from the
Terminal. Disabled parking spaces are provided and accessible
shuttle buses are available (tel: 407 825 2290).
Driving Directions
Orlando International Airport is located south east of Orlando,
at the junction of State Roads 436 (Semoran Boulevard) and 528
(Beeline Expressway). The most convenient access to the airport
is: From the north: State Road 436 (Semoran Boulevard) which can
be joined from Interstate 4 at State Road 408 (the east/west
expressway), or State Road 417 (Greeneway) which can be joined
from Interstate 4 near Sanford. From the south: State Road 417 (Greeneway)
which can be joined from Interstate 4 near Lake Buena Vista.
From the west: State Road 528 (Beeline Expressway) which can be
joined from Interstate 4 near Sea World. From the east: State
Road 528 (Beeline Expressway) which can be joined from
Interstate 95 at Cocoa.
Public Transport & Taxis
Public transport and taxis are on level 1 at the ground
transportation concourse; taxis are available on both sides of
the airport. The Lynx bus service departs from the A-side of the
Terminal and provides a service every 30-60 minutes to Orlando
town centre, with additional connecting services to shopping and
residential areas. The service runs between 0630-2030 and the
travel time to Orlando is approximately 40 minutes. Regular
shuttle services to over 90 out-of-town destinations leave from
level 1 of the A and B sides of the Terminal.
|