|
';
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 Spokane WA Airport Car Rental
here. Cost compare Spokane Airport Car Rental and
find the best price.
Spokane
International Airport
Directions: From Idaho and
the Spokane Valley: Take I-90 WEST. Exit at 277/US-2 WEST. Merge
onto US-2. Take SPOKANE AIRPORT exit. Keep LEFT at fork. Follow
AIRPORT DRIVE to the terminal.
From Cheney and West Plains: Take I-90 EAST towards Spokane.
Take the 277b/US-2 WEST exit. Take SPOKANE AIRPORT exit. Keep
LEFT at fork. Follow AIPORT DRIVE to the terminal.
Car Rental:
Avis
Budget
Dollar
Enterprise
Ground Transportation:
Airport Shuttle 888 622-3400
Parking: An electronic sign on the inbound lanes will
inform you of parking area space availability. Our new parking
structure has added an additional 1,100 spaces. Free continuous
Shuttle Vans to the North Shuttle Lot from all concourses.
Airport Parking and Assistance operates 24 hours Every Day. All
locations provide Free Customer Assistance. Accessible parking
is available in all lots and Garage One (next to the Terminal).
Elevators are available to all floors of the Parking Garage.
Skybridge access to all concourses is on floor 2.
Airlines: Air Canada, Alaska, America West, Big Sky,
Delta, Horizon, Northwest, Southwest, United.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|