// Captions, credits and photos for America Air slide show.
// If there is no photo credit for a specific photo, you still need a credit defined, but make it blank like this: SSPhotoCredit[1] = "";
// Acceptable border values are 'yes' or 'no'

var SSPhoto = new Array();
var SSPhotoCredit = new Array();
var SSPhotoCaption = new Array();
var SSBorder = new Array();

var z = 0;

SSPhoto[z] = "0804_AmericaAir_LakePowell.jpg";
SSPhotoCredit[z] = "NASA astronauts";
SSPhotoCaption[z] = "In 1963, <b>Lake Powell</b> was created by man in Utah's red-rock country. A recent scientific study concluded that it is shrinking faster than expected. Numbers mark parts of the photo. 4 is Padre Bay, the largest expanse of water; 7 marks where the lake continues upstream.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_MalaspinaGlacier.jpg";
SSPhotoCredit[z] = "James S. Jackson";
SSPhotoCaption[z] = "<b>Malaspina Glacier</b> emerges from the St. Elias Mountains of Alaska and the Yukon to flow across the Gulf of Alaska\'s coastal plain. The great mass of ice in this region results from the subarctic location of the tallest coastal mountain range on Earth.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_TulareLake.jpg";
SSPhotoCredit[z] = "Daniel Mathews";
SSPhotoCaption[z] = "Near the southern end of California\'s Central Valley, enormous fields (predominantly cotton) were reclaimed from the <b>Tulare Lake Bed</b>. Much of what was once the lake is now farmland.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_GreatSandDunes.jpg";
SSPhotoCredit[z] = "Daniel Mathews";
SSPhotoCaption[z] = "Colorado and New Mexico share the Sangre de Cristo mountains. In a nook at the range\'s western foot, winds crossing the flat San Luis Valley pile up the sands of Colorado\'s <b>Great Sand Dunes National Park</b>. Pikes Peak is seen in distance.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_Atlanta.jpg";
SSPhotoCredit[z] = "Ed Carr";
SSPhotoCaption[z] = "<b>Downtown Atlanta</b> hosts a remarkably diverse array of facilities: Georgia\'s state capitol, the 1996 Olympic Games site, Georgia Tech, Coca-Cola\'s headquarters, and one of America\'s largest rail yards.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_BostonHarbor.jpg";
SSPhotoCredit[z] = "MWRA/Kerwin";
SSPhotoCaption[z] = "A glacier created <b>Boston Harbor</b> 15,000 years ago. The moving ice also created low hills called drumlins. As the glaciers melted and the sea level rose, the harbor was flooded, making each drumlin, including the one on which Logan International Airport sits, an island within the harbor.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_BinghamCanyoneMine.jpg";
SSPhotoCredit[z] = "James S. Jackson";
SSPhotoCaption[z] = "The <b>Bingham Canyon Mine</b> in Utah is the largest man-made pit in the world, almost three miles across and three quarters of mile deep. It has produced more copper than any other mine in the world.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_CaprockEscarpment.jpg";
SSPhotoCredit[z] = "Daniel Mathews";
SSPhotoCaption[z] = "In Texas, the <b>Caprock Escarpment</b> marks the eastern margin of the Llano Estacado plateau in the southern High Plains. Eroded red plains to the east make for poor farming and grazing, while the plateau supports cotton farms and rich pastures.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_BaileyRailYard.jpg";
SSPhotoCredit[z] = "National Agriculture Imagery Program of the USDA";
SSPhotoCaption[z] = "The <b>Union Pacific Bailey Yard</b> in North Platte, Nebr., is the nation\'s largest rail yard, linking Wyoming coal mines with eastern states. The circular fields are formed by irrigators that water fields in a way that minimizes evaporation.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0804_AmericaAir_Fermilab.jpg";
SSPhotoCredit[z] = "Daniel Mathews";
SSPhotoCaption[z] = "In the Illinois suburbs west of Chicago\'s main airports, a distinctive figure eight draws the eye to the large cyclotron, or circular particle accelerator, at <b>Fermilab</b>. This is one of the world\'s top two sites for research on the physics of subatomic particles.";
SSBorder[z] = "no";
z++;

var SSLength = SSPhoto.length;

// THis is the HTML for final page of slide show.

var finalHTML = "";
	finalHTML += "<div id=finalSlide>";
	finalHTML += "<div id=finalSlideHeader>";
	finalHTML += "<a href=index.html?jumpToPic=0><img src=0804_AmericaAir_Last.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>America, As Seen From the Air<\/h2>";
	finalHTML += "<a href=index.html?jumpToPic=0>Watch the slide show again<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/ac-bt/bt-dyn/admin/emaillink?link=http://www.budgettravel.com/bt-srv/gallery/0804_AmericaAir/index.html&type=Newsletter&title=America,_As_Seen_From_the_Air&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/03/18/AR2008031801182.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/09/28/AR2006092801052.html')>Aerial Shots of America at Play<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/27/AR2007082700705.html')>Secret Hotels Slide Show<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/16/AR2007081601466.html')>When Travel Became Fabulous<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more photos of popular destinations in <a href=javascript:parentCheck('/bt-dyn/content/funstuff/slideshows/index.html')><strong>Slide Shows</strong><\/a>.";
	finalHTML += "<\/div>";
