|
';
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 Seattle Tacoma Airport Car
Rental here. Cost compare Airport
Car Rental for Seattle and find the best price.
Seatac International
Airport
Information and help desks
Washington State visitor information desk is at baggage claim
level. Operation Welcome (tel: 206 433 5367) assists
international visitors in around 20 languages and there is a
Japanese information desk at baggage claim level.
Airport Facilities
Currency exchange facilities are located in the main Terminal
(north and south), and the south satellite. ATMs are also
available. There are post boxes located throughout the Terminal,
on the ticketing level and the baggage-claim level. There are
plenty of shopping (including duty-free) and eating options
throughout the airport.
Disabled Facilities
Access for disabled people is good and the airlines can provide
wheelchairs on request.
Business Facilities
There is a Laptop Lane business center in the North Satellite (tel:
206 241 1501
Car Rental
Rental companies include Alamo, Avis, Budget, Hertz and
National.
Car Parking
The airport's garage is connected to the main Terminal via sky
bridges on the 4th floor and offers short and long-term parking,
valet and disabled facilities.
Driving Directions
From the north: take Interstate 5 to Exit 154 B and drive west
on State Route 518 to the Sea-Tac Airport exit. From the south:
take Interstate 5 to Exit 154 and drive west on State Route 518
to the airport exit. From the east: take Interstate 405, which
turns into State Route 518, to the airport exit.
Public Transport & Taxis
For general transport information (tel: 206 431 5906). Metro
buses (tel: 206 553 3000) run a 24 hour schedule to Seattle and
regional destinations. Gray Line Express buses run every 30
minutes to and from major Seattle hotels. Greyhound and Quick
Shuttle buses run to destinations to include Tacoma, Vancouver
and Portland. Pick-up locations are at the north and south ends
of baggage claim. Taxi cabs and limousines meet travelers on the
baggage claim level.
|