// Captions, credits and photos for Amazing Hotel Pools
// 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_parkhyatttokyo2.jpg";
SSPhotoCredit[z] = "Courtesy Park Hyatt Tokyo";
SSPhotoCaption[z] = "The 65-foot-long, four-lane pool at the Park Hyatt Tokyo is striking at night, when the city outside comes to life.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_sanalfonsodelmar2.jpg";
SSPhotoCredit[z] = "Courtesy San Alfonso del Mar";
SSPhotoCaption[z] = "For nighttime swimming at San Alfonso del Mar, head to the temperature-controlled beach inside the pool\'s centrally located glass pyramid&mdash;the water and the sand are heated.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_viceroymiami2.jpg";
SSPhotoCredit[z] = "Courtesy Viceroy Miami";
SSPhotoCaption[z] = "The Viceroy Miami\'s pool is 15 floors above the street, with in-the-middle-of-it-all views of downtown Miami and glimpses of Biscayne Bay in the distance.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_goldennugget2.jpg";
SSPhotoCredit[z] = "Courtesy Golden Nugget";
SSPhotoCaption[z] = "Take a waterslide straight through the Golden Nugget\'s 200,000-gallon shark tank. You\'ll see stingrays, massive Queensland grouper, and silvery jack crevalle, too.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_anantarakohsamui2.jpg";
SSPhotoCredit[z] = "Courtesy Anantara Koh Samui Resort &amp; Spa";
SSPhotoCaption[z] = "If the views at the Anantara Koh Samui Resort &amp; Spa aren\'t soothing enough, order a stiff drink at the swim-up bar and laugh it off with the comical, spitting monkey statues along the pool\'s perimeter.";
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>Amazing Hotel Pools<\/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/0906_HotelPools/index.html&type=Newsletter&title=Amazing _Hotel_Pools_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/17/AR2009061702131.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/07/15/AR2008071501189.html')>The Next Big Thing<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/05/04/AR2009050401421.html')>2009 Fun List: All New Summer Thrills!<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-srv/zoobabies2009/browse.html')>Zoo Babies 2009<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/05/29/AR2009052901522.html')>Seven Stunning Hideaways<\/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>";
