|
';
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 Airport Car
Rental for Salt Lake City here. Cost compare Salt Lake City International Airport
Car Rental and find the best price.
Salt Lake City
International Airport
Information and help desks
Airport information desks are located in the lobby of Terminal 1
and at the top of concourse C in Terminal 2. Staff provide
translation services (also available through Language Line
telephones) and assistance to passengers with special needs.
Tourist information is also available in both Terminals.
Airport Facilities
Both Terminals offer ATMs, banks and bureau de change. The
airport has post boxes in both Terminals, paramedic assistance,
shopping, cafés and bars. Leisure services include ski rental,
coin-operated TV chairs, and a golf course on the airport site.
Disabled Facilities
The airport has physically accessible facilities throughout and
TDD telephones.
Business Facilities
The Skytel Business Centre in Terminal 2 and the Zion bank both
offer fax machines and photocopying. Computer phones are located
in Terminal 2. The Hawk's Nest on level 3, Terminal 1, can be
hired as a private meeting room/dining room (tel: 801 575 2611).
A new business centre will open during 2000.
Car Rental
Rental companies include Alamo, Avis, Budget, Dollar and
National.
Car Parking
The short-term parking terrace is located directly west of the
Terminals. The short-term car park has direct access to the main
Terminal; the long-term car park has a free shuttle service
running every five minutes to and from the Terminals. Disabled
spaces are available in each parking area.
Driving Directions
Interstate 80 connects Salt Lake City to the airport: the
airport exit is just west of the intersection with Interstate
205. From Ogden (north of the airport) or Provo (south), take
Interstate 215 and turn onto Interstate 80 west at the
intersection, exiting almost immediately for the airport.
Public Transport & Taxis
A ground transportation desk is located in each Terminal (tel:
801 575 2477 or 2571). Taxis, limousines and vans are readily
available. The Greyhound bus company and Utah Transit Authority
provide buses to many destinations. Operating times are
0600-2200 Monday-Saturday, 0600-1730 Sunday.
|