// Captions, credits and photos for The Toast of Argentina
// 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_landscape.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "Beyond the vineyards, Mendoza\'s big draw is its epic landscape.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_winetasting.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "At the Finca Adalgisa winery, guests snack on empanadas during a wine tasting.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_vintagewheels.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "Vintage wheels in Mendoza City.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bocce.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "At the Winery bar, you can sip malbec and play bocce.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_spices.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "Smoked paprika and other spices at the restaurant Azafr&aacute;n.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_motherson.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "A mother and son near the central Plaza Independencia.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_localvintages.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "Winery sells local vintages.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_hallofponchos.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "The Hall of Ponchos at the Bodega Benegas winery.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bodegaswinery.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "In an edgy cross-shaped building, the Bodegas Salentein winery has its own art gallery.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_guestcottage.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "The guest cottage at Finca Adalgisa overlooks the vineyard.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_wineopener.jpg";
SSPhotoCredit[z] = "Anna Wolf";
SSPhotoCaption[z] = "Before you hit the vineyard trail, Winery is a good place to get a taste of Mendoza.";
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>The Toast of Argentina<\/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/0902_Mendoza/index.html&type=Newsletter&title=The_Toast_of_Argentina&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/01/03/AR2009010301199.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/2008/12/15/AR2008121501016.html')>On the Road in Northwest Argentina<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/11/02/AR2008110201677.html')>Cultural Etiquette: Tango Hall Protocol<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/12/15/AR2008121501047.html')>Buenos Aires at a Price That\'s Right<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/07/31/AR2006073100681.html')>Best Places You\'ve Never Heard Of: Pampa Linda<\/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/southamerica/')><strong>South America</strong><\/a>.";
	finalHTML += "<\/div>";
