// Captions, credits and photos for Adventures in Family Travel
// 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] = "ss_southernengland.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "John and September Higham took their two kids on a round-the-world trip. They started in Europe, cycling from London. Everything they needed was in their bike bags, including tents. In southern <strong>England<\/strong>, it is still light in mid-June at 9:30 p.m.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_swisshike.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "A slide for the kids, found during a hike in <strong>Switzerland<\/strong>.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_safaritanzania.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "On safari in <strong>Tanzania<\/strong>. Says John Higham: \"Elephants are massive beasts.  I was more afraid of the elephants than the lions.\"";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_dubai.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "A ride in the dunes near <strong>Dubai<\/strong>, the main city of the United Arab Emirates.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_amazon.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "In the Amazon River basin in <strong>Bolivia<\/strong>, some bridges are makeshift. Here Jordan Higham is using a log to cross a stream. While in the rain forest, the family also had to learn to eat what they could, like piranhas.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bolivia.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "The Highams in <strong>Bolivia<\/strong>.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_machupicchu.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "The Highams at Machu Picchu, <strong>Peru<\/strong>.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_greatwallofchina.jpg";
SSPhotoCredit[z] = "John Higham/<a href=http://www.360degreeslongitude.com/ target=_blank>360degreeslongitude.com<\/a>";
SSPhotoCaption[z] = "September and Katrina on the Great Wall of <strong>China</strong>.";
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>Adventures in Family Travel<\/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/0907_Higham/index.html&type=Newsletter&title=Adventures_in_Family_Travel_slide_show&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/06/08/AR2009060801386.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/2007/03/29/AR2007032901186.html')>15 Places Every Kid Should See<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dynsrch/realdeals/destrealdeals.html?lifestyle=Family')>Real Deals: The Latest Family Travel Packages<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/27/AR2008082702058.html')>Camping Tips for Parents<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/04/03/AR2009040302981.html')>Summer Camp for All (That Means Parents, Too!)<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more in <a href=javascript:parentCheck('/bt-dyn/content/tripideas/familytravel/')><strong>Family Travel</strong><\/a>.";
	finalHTML += "<\/div>";
