// Captions, credits and photos for On the Chocolate Trail in Belize 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] = "ss_188.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Theobroma Cacao, the scientific name for a chocolate tree, means \"food of the gods.\"";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_239.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Southern Belize\'s chocolate trail begins with a visit to an organic cacao farm.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_253.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "In their raw fruit form, cacao seeds are covered in a sweet, slimy, edible pulp that must be processed before they become chocolate.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_180.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "After fermenting and drying the cacao seeds, the next step is to remove the shells by hand.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_170.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Cyrila Cho, a modern-day Mayan, offers a day of chocolate making in her home in the village of San Felipe.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_202.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Cleaning the beans at the Cho family\'s \"Organic Master\" chocolate workshop.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_209.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Before grinding the seeds, Cyrila adds wild vanilla, sugar, and allspice.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_215.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Making chocolate on an old <em>matate</em>, or grinding stone.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_222.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Ancient Mayan royalty and priests drank chocolate in a spicy beverage; today\'s Mayans make homemade artisanal chocolate to sell to locals and tourists.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_012.jpg";
SSPhotoCredit[z] = "Joshua Berman";
SSPhotoCaption[z] = "Cotton Tree Lodge in southern Belize makes its own brand of chocolate in addition to offering guests a trip down the chocolate trail.";
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>On the Chocolate Trail in Belize<\/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/0809_BelizeChocolate/index.html&type=Newsletter&title=On_the_Chocolate_Trail_in_Belize_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/2008/09/17/AR2008091702538.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/11/08/AR2006110801076.html')>Beach Bum Central: Ambergris Cay, Belize<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/02/07/AR2006020700950.html')>Dream Trips: The Blue Hole, Belize<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/02/22/AR2007022200721.html')>Q&amp;A With Belizean Musician, Andy Palacio<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/03/AR2007080301421.html')>Romancing the Bean: A Vanilla Quest in Veracruz, Mexico<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular destinations in <a href=javascript:parentCheck('/bt-dyn/content/destinations/mexicoandcentralamerica/index.html')><strong>Mexico &amp; Central America<\/strong><\/a>.";
	finalHTML += "<\/div>";