// Captions, credits and photos for Summer Lake Towns
// 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] = "LakeCatherineStateParkCampi.jpg";
SSPhotoCredit[z] = "A.C. Haralson/Arkansas Department of Parks and Tourism";
SSPhotoCaption[z] = "RV camping at Lake Catherine State Park, Ark.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakeCatherineFishingCopy.jpg";
SSPhotoCredit[z] = "A.C. Haralson/Arkansas Department of Parks and Tourism";
SSPhotoCaption[z] = "Fishing at Lake Catherine, known for its bass and crappie fish.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakeArrowheadCCC029.jpg";
SSPhotoCredit[z] = "Heather Overby/Lake Arrowhead Communities Chamber of Commerce";
SSPhotoCaption[z] = "Lake Arrowhead, by California\'s San Bernardino National Forest.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakeArrowheadCCC009.jpg";
SSPhotoCredit[z] = "Heather Overby/Lake Arrowhead Communities Chamber of Commerce";
SSPhotoCaption[z] = "Docks at Lake Arrowhead.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakeChampShelburneTheInnFal.jpg";
SSPhotoCredit[z] = "Courtesy Shelburne Farms";
SSPhotoCaption[z] = "Shelburne Farms, along the shore of Lake Champlain, Vt.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakeCharlevoix.jpg";
SSPhotoCredit[z] = "Courtesy Lake Charlevoix";
SSPhotoCaption[z] = "Lake Charlevoix, Mich.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakeCharlevoix2.jpg";
SSPhotoCredit[z] = "Courtesy Lake Charlevoix";
SSPhotoCaption[z] = "All sorts of boat rentals are available at Lake Charlevoix.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakePlacidFgallery16.jpg";
SSPhotoCredit[z] = "Courtesy Tully\'s Silver Sands Cottages";
SSPhotoCaption[z] = "Lake Placid, in south-central Florida.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LakePlacidFgallery26.jpg";
SSPhotoCredit[z] = "Courtesy Lake Placid";
SSPhotoCaption[z] = "Jet Skiing on Lake Placid.";
SSBorder[z] = "yes";
z++;


SSPhoto[z] = "LOTOLakeBluffs300rgb.jpg";
SSPhotoCredit[z] = "Courtesy Lake of the Ozarks Convention & Visitor Bureau";
SSPhotoCaption[z] = "The boardwalk over the springs at Ha Ha Tonka State Park.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LOTOHaHaTonka.jpg";
SSPhotoCredit[z] = "Courtesy Lake of the Ozarks Convention & Visitor Bureau";
SSPhotoCaption[z] = "Scenic bluffs overlooking the main channel of the lake.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "PriestLakeSP2.jpg";
SSPhotoCredit[z] = "Courtesy Priest Lake";
SSPhotoCaption[z] = "In Idaho\'s remote northern panhandle, evergreen trees extend to the edge of Priest Lake.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "PriestLake3.jpg";
SSPhotoCredit[z] = "Courtesy Priest Lake";
SSPhotoCaption[z] = "The abundant wildlife outnumbers the vacationers drawn to Priest Lake by the natural beauty and mellow vibe.";
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=FinalImage.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>Summer Lake Towns<\/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/0808_LakeTowns/index.html&type=Newsletter&title=Summer_Lake_Towns&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/08/08/AR2008080802160.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/06/05/AR2007060501428_2.html')>Save the Date: Wacky Festivals<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/06/03/AR2008060302808.html')>New Theme-Park Thrills<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/06/04/AR2008060402989.html')>Top 15 U.S. Water Parks<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/06/27/AR2008062702639.html')>Get Out of Touch: Places to Unplug<\/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/usandcanada/')><strong>U.S. & Canada</strong><\/a>.";
	finalHTML += "<\/div>";