|
';
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 Tampa Bay Airport Car Rental
here. Cost compare Airport Car Rental in Tampa and
find the best price.
Tampa International
Airport
Information and help desks
Information kiosks are located throughout level 3. For
Traveler's Aid (tel: 813 870 8797).
Airport Facilities
Transfer level 3 provides a bank, currency exchange, ATMs,
shops, restaurants, post boxes and a first aid room. Telephones
with data ports are also available.
Disabled Facilities
Facilities for disabled passengers are good, and include TTY/TTD
telephones for hearing-impaired travelers.
Business Facilities
There are telephones with data ports located throughout level 3
and a business centre in the Airport Marriott Hotel (tel: 813
874 6081) which offers computer workstations with internet
access, faxing, color printing, photocopying etc.
Car Rental
Rental companies include Alamo, Avis, Budget, Enterprise,
Dollar, Hertz and National.
Car Parking
There is a short-term parking garage for stays of four hours or
less, with direct access to the Terminal. The long-term car park
provides a monorail service for access to the Terminal. Disabled
spaces are provided on all levels of the short-term and
long-term garages. Valet parking is also available. Parking
information is available (tel: 813 872 7275) but no reservations
can be made.
Driving Directions
Highway 60 passes the airport entrance just east of the start of
the Courtney Campbell Causeway and just south of the end of
Veterans Expressway. The airport entrance is well signed.
Alternatively, drive via Spruce Street or Columbus Drive
westbound from Tampa. The airport entrance is west of West shore
Boulevard. On the main highway network: the airport is accessed
from Interstate 275, exit 20 and is well signed.
Public Transport & Taxis
Taxis are available from Tampa Yellow and United Cab companies.
There is no rail service from the airport. Chartered bus
services and passenger pickup and drop-off are located in the
bus spaces of the Commercial Ground Transportation Quadrants.
The scheduled city bus stop is located at Red baggage claim:
Sarasota-Tampa Express services (tel: 1 800 326 2800 toll free)
run to central Tampa and to the port; HART line route 30 (tel:
813 254 4278) runs to destinations including central Tampa every
30 minutes during the week, hourly on Saturdays and every two
hours on Sundays.
|