|
';
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 Colorado Springs Airport Car Rental here. Cost compare
Colorado Springs
Airport Car Rental and find the best price.
|
Colorado Springs
International Airport
Colorado
Springs Airport handles approximately 100 arrivals and
departures per day and is currently served by 12 commercial
airlines. Additionally, many private sector service providers
associated with the aviation industry operate their enterprises
from or near this facility.
Altitude: 6,183 feet (1.2 miles) above sea level.
Size: Occupies 7,135 acres southeast of Colorado Springs.
Three runways: Dual parallel and one crosswind.
Longest runway: in the state of Colorado at 13,500 ft.
(2.5 miles).
CenterLine and Touchdown Zone Lighting: aids pilots
landing aircraft.
Boeing Aircraft: regularly uses this airport to conduct
high altitude landing and takeoff performance testing of their
commercial aircraft including their newest 757 and 777 models.
Airport Services
Pikes Peak Cafe: A place to sit down and have breakfast,
lunch or dinner.
Turn left at the top of the escalators on the 2nd floor or main
level.
Phone: (719) 596-3679
Falcon's Nest Deli and Bar:
No time to sit? Grab a fast bite to eat.
Located on the concourse, north side, across from Gate 4.
Phone: (719) 591-0483
The Coffee Beanery: Coffees and pastries.
Located on the concourse, east side, before security screening.
Phone: (719) 596-3679
The Paradies Gift Shops: Gifts, books, candies, etc.
Three locations in the airport:
Turn right at the top of the escalators on the 2nd floor or main
level
On the concourse, west side, across from Gate 8
In the east satellite Terminal
Phone: (719) 637-9497 or visit their web site:
www.theparadiesshops.com
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|