// Captions, credits and photos for All Eyes on Vancouver
// 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_2727.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Looking towards False Creek from the Granville Street Bridge.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2606.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Looking towards north and west Vancouver, with twin mountains the Lions in the background.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2618.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Kitsilano Pool, a heated saltwater pool, located at Kitsilano Beach park.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2531.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Totem poles at Vancouver International Airport.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2588.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Museum of Anthropology at the University of British Columbia.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2562.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "The Richmond Olympic Oval, under construction in Richmond, a suburb of Vancouver and home to the airport.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2595.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Kitsilano Beach (aka Kits Beach) park.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2599.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Kits Beach, looking towards the West End.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2627.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Volleyball players at Kits Beach.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2682.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "The H.R. MacMillan Space Centre.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2707.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Granville Island Public Market.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2691.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Looking towards downtown Vancouver from Granville Island.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2706.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Looking towards the Burrard Street Bridge and downtown Vancouver from Granville Island.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_2699.jpg";
SSPhotoCredit[z] = "Martin Tessler";
SSPhotoCaption[z] = "Granville Island Public Market.";
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>All Eyes on Vancouver<\/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_Vancouver/index.html&type=Newsletter&title=All_Eyes_on_Vancouver_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/08/22/AR2008082201135.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/03/10/AR2006031001204.html')>Vancouver\'s Best Vintage Boutiques<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/03/14/AR2006031400753.html')>Land of the Watchmen: The Queen Charlotte Islands<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/05/AR2008040501500.html')>Eat Like a Local: Seattle<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/02/09/AR2007020901504.html')>Road Trip: Washington State\'s Olympic Peninsula<\/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/index.html')><strong>U.S. &amp; Canada<\/strong><\/a>.";
	finalHTML += "<\/div>";