|
';
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 Midland Texas Airport Car Rental
here. Cost compare Midland Airport Car Rental and
find the best price.
Midland
International Airport
Directions: Via Highway 191, HWY 191 to FM 1788, head south
on FM 1788 and turn left on South Loop 40 which is marked with a
Midland International Airport sign. South Loop 40 will turn into
into Sloan Field Blvd and then will turn into La Force Blvd
which leads to the Terminal.
Via Business 20 heading west from Midland, exit at the Midland
International Airport Sign and make a right at the first stop
sign which is La Force Blvd which leads to the Terminal.
Parking: Midland International Airport has three Parking
Lot Areas (Covered Parking Lot, Close In Lot and Economy Lot)
all located within a short walking distance to the Airport
Terminal.
Persons with disabilities whose vehicle has a disabled license
plate or a valid DMV placard may park in the designated parking
spots.
Ground Transportation: Car Rental Agencies are located
within the Airport Terminal on the first level across from the
Baggage Claim Area.
Advantage
Avis
Budget
Hertz
The taxicab lane is located on the North side of the Airport
Terminal outside of the baggage claim area.
AAA Taxi (915) 522-2711
A-1 Taxi (915) 697-2521
Airlines: American Eagle, Continental, Delta Connection,
Southwest.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|