// Captions, credits and photos for World's Most Beautiful Bridges
// 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] = "Millau1.jpg";
SSPhotoCredit[z] = "Courtesy ATOUT France";
SSPhotoCaption[z] = "At 62 feet taller than the Eiffel Tower, the 1,125-foot Millau Viaduct in France is the tallest bridge of its kind in the world.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Millau2.jpg";
SSPhotoCredit[z] = "Courtesy ATOUT France";
SSPhotoCaption[z] = "The Millau Viaduct is a cable-stayed, masted structure that spans a mile and a half between two plateaus in the Tarn Valley of southern France.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "KhajouIranlores.jpg";
SSPhotoCredit[z] = "Michele Falzone/JAI/Corbis";
SSPhotoCaption[z] = "Located in the central Iranian city of Isfahan, Khaju Bridge is a two-level brick-and-stone pedestrian bridge that has been a meeting point for locals for more than 350 years. The 435-foot-long, low-lying Khaju is highlighted by 23 Islamic arches.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "AtlanticRoad.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://www.flickr.com/photos/sdho/24619763/ target=_blank>Seansie/Flickr</a>";
SSPhotoCaption[z] = "Drive this graceful five-and-a-half-mile stretch of concrete bridges in Norway, and you\'ll quickly see why the Atlantic Road was voted the country\'s Construction of the Century. Connecting small islands, the eight successive bridges twist and swell in mind-boggling fashion.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "HendersonWaves1.jpg";
SSPhotoCredit[z] = "Courtesy Urban Redevelopment Authority";
SSPhotoCaption[z] = "Henderson Waves is Singapore's tallest pedestrian bridge at 12 stories high. It snakes across Henderson Road, connecting Mount Faber Park and Telok Blangah Hill Park.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "HendersonWaves2.jpg";
SSPhotoCredit[z] = "Courtesy Urban Redevelopment Authority";
SSPhotoCaption[z] = "Singapore\'s Henderson Waves is 900 feet of undulating steel and wood, with seven crests in all. The bridge won the prestigious President\'s Design Award in 2009.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Navajo.jpg";
SSPhotoCredit[z] = "Mark Karrass/Corbis";
SSPhotoCaption[z] = "Navajo Bridge is a spandrel arch bridge in Arizona's Glen Canyon National Recreation Area, 467 feet above Marble Canyon and the Colorado River. Traffic became too much for the original, so a new, nearly identical bridge was opened in 1995, and the older bridge became pedestrian-only.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Ironbridge.jpg";
SSPhotoCredit[z] = "Courtesy Ironbridge Gorge Museum Trust";
SSPhotoCaption[z] = "The 18th-century Iron Bridge in the West Midlands region of central England was the first arched bridge to be built of cast iron. The designer, Thomas Farnolls Pritchard, had no precedent to go on, so he based the design on carpentry techniques.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "StariMostlores.jpg";
SSPhotoCredit[z] = "Danilo Krstanovic/Reuters/Corbis";
SSPhotoCaption[z] = "The 16th-century \"Old Bridge,\" or Stari Most, in Mostar, Bosnia and Herzegovina, was rebuilt in 2004 from its own rubble. Do like the locals have been doing for centuries and take a 66-foot dive from its central arch into the Neretva River below.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Harbourbridge1.jpg";
SSPhotoCredit[z] = "Courtesy Nick Rains/Tourism Australia";
SSPhotoCaption[z] = "Without the Opera House in the background, Sydney\'s Harbour Bridge isn't as recognizable. But the steel-arch bridge is the tallest of its kind, at 440 feet.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Harbourbridge2.jpg";
SSPhotoCredit[z] = "Courtesy Ian Lever/Tourism Australia";
SSPhotoCaption[z] = "Called \"the coathanger\" by locals, the Sydney Harbour Bridge is one of Australia\'s iconic symbols, along with the Opera House.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "GoldenGate.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://mybt.budgettravel.com/_Golden-Gate/photo/5539939/21864.html target=_blank>shannendee/myBudgetTravel</a>";
SSPhotoCaption[z] = "Referred to as a \"thirty-five million dollar steel harp\" by the <em>San Francisco Chronicle</em> on the day it opened, the 4,200-foot-long Golden Gate Bridge is the second longest bridge of its kind in the U.S.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "BrooklynBridge.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://mybt.budgettravel.com/_Brooklyn-Bridge/photo/5120978/21864.html target=_blank>ayc214/myBudgetTravel</a>";
SSPhotoCaption[z] = "Opened in 1883, the Brooklyn Bridge, New York City\'s beloved 6,016-foot suspension bridge over the East River, shown here with the 2008 art installation <em>Waterfalls</em>, is one of the world\'s greatest bridges.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Charles.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://www.flickr.com/photos/jdickert/3014699272/ target=_blank>iLoveButter/Flickr</a>";
SSPhotoCaption[z] = "The secret ingredient in the majestic Charles Bridge in Prague, which has endured numerous wars and floods over the past six centuries, is eggs. Seriously&mdash;it is believed that eggs were mixed into the mortar to strengthen it during construction in the 1300s.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "PonteVecchio.jpg";
SSPhotoCredit[z] = "Image Source/Corbis";
SSPhotoCaption[z] = "This gorgeous ramshackle of a bridge over the Arno River in Florence housed butcher shops and fishmongers until 1593. Today, tourists can stroll the Ponte Vecchio\'s elegant span while shopping for jewelry.";
SSBorder[z] = "yes";
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=final_image.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>World\'s Most Beautiful Bridges<\/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/0912_Bridges/index.html&type=Newsletter&title=Most_Beautiful_Bridges&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/12/14/AR2009121401581.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/2009/06/17/AR2009061702131.html')>The World\'s Most Amazing Hotel Pools<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/09/17/AR2009091703030.html')>7 Great Coastal Drives<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://www.budgettravel.com/bt-dyn/content/article/2009/04/23/AR2009042301954.html')>The Most Beautiful Ferry Rides in the U.S.<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/12/31/AR2008123101788.html')>The World\'s Most Beautiful Castles<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/destinations/')><strong>destinations</strong><\/a>.";
	finalHTML += "<\/div>";
