|
';
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 Houston Airport Car Rental
here. Cost compare Houston Airport
Car Rental and find the best price.
Houston George Bush
Intercontinental Airport
Information and help desks
Visitor/airport information is provided at the staffed Visitor
Information Centers, located on the baggage claim level of
Terminals A, B & C and outside US Customs in Terminal D. Special
Service Representatives are available speaking 30 different
languages.
Airport Facilities
ATMs are located throughout the airport; the airport's four
bureau de change can be found in Terminals C and D. Restaurants
and snack bars are available, as are duty-free shops, gift shops
and newsagents.
Business Facilities
The Houston Marriott Airport Hotel (tel: 281 443 2310), situated
between Terminals B and C and with a complimentary underground
tram service, has a business centre with meeting rooms and full
facilities. The currency exchange location will soon offer fax,
photocopying and printer services, and each bank of new phones
will carry data ports.
Car Rental
All major rental companies are represented, including Alamo,
Avis, Budget, Dollar, Hertz and National.
Car Parking
Each Terminal provides directly accessible garage parking. There
is also an economy car park which is served by the free airport
bus shuttle.
Driving Directions
Convenient access to the airport is provided by Interstate 45,
U.S. Highway 59, the Hardy Toll Road, and the Sam Houston Toll
way (Beltway 8). There are two main entrances to the airport
Terminal complex via John F. Kennedy Boulevard from the Sam
Houston Toll way (Beltway 8) and Will Clayton Parkway from U.S.
Highway 59.
Public Transport & Taxis
Taxicabs are available at the south side of Terminals A, B and C
and at the west end of the Leland IAB Terminal. The Airport
Express provides a bus service to Houston city centre and other
local destinations; the public bus service, METRO, is available
at Terminals A, B, C and Leland IAB.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|