|
';
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 Charleston SC International Airport Car Rental here.
Cost compare Charleston Airport Car Rental and
find the best price.
Charleston
International Airport
Travelers can select from over 100 flights daily that provide
connections around the world. Charleston International
passengers can enjoy all the travel advantages combined with a
unique and refreshing level of personal services and attention.
Due to the modern facilities, state-of-the-art operations and
proximity to Charleston, the Charleston International Airport is
quickly becoming a principal transportation hub for the
southeastern United States and a gateway to the world.
Charleston International Airport is centrally located in the
Charleston metropolitan area in North Charleston. The airport is
situated adjacent to Charleston Air Force Base and uses the
airfield facilities at the Air Force Base jointly with the USAF.
Charleston International Airport primarily serves passengers
whose travel originates or terminates in the three county
Charleston metropolitan area. In 2002, a total of 791,341
passengers were enplaned on the scheduled, commuter and charter
airlines serving the airport.
The airfield has a main instrument runway which is 9,000 feet
long and 200 feet wide and a crosswind runway which is 7,000
feet long and 150 feet wide. The runways are interconnected by a
system of taxiways. Each runway is equipped with high intensity
runway lighting and one runway has category II instrument
landing systems to permit all weather operation. All runways are
constructed on a firm foundation of compacted base and are of
sufficient strength to permit the operation of the largest
existing commercial aircraft. The FAA control tower provides
airport traffic and radar approach control service.
The present passenger terminal complex at the Airport was
dedicated March 30, 1985. The terminal complex is a 270,000
square foot structure on three levels with ten gates. The
landside of the terminal is served by an eight lane roadway
fronting on the second level, connected to an access road loop.
The inside of the loop contains public parking facilities for
2,362 vehicles.
Air Cargo facilities include a 21,000 SY facility to the west of
the passenger terminal, opened in January 1986. A separate
cargo/freight area is located on the east side of the airport.
|