// Captions, credits and photos for Road Trip: Northwest Montana
// 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] = "0807_RTMontana_Rafting.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "Rafting down the Middle Fork of the Flathead River.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_Polebridge.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "The Merc\'s fa&ccedil;ade.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_MercsOwner.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "The Merc's owner, Deb Kaufman.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_Burger.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "A Bulldog Saloon burger.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_IceCreamWoman.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "Ice cream maven Judy Scallen.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_TwoSisterCafe.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "Two Sisters Cafe, outside St. Mary.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_ConradMansion.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "The Conrad Mansion Museum.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_GreatNorthern.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "Great Northern Bar & Grill.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_Cabin.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "A cabin at North Fork Hostel in Polebridge.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0807_RTMontana_Saloon.jpg";
SSPhotoCredit[z] = "Janie Osborne";
SSPhotoCaption[z] = "Moose's Saloon in Kalispell.";
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=0807_RTMontana_Last.jpg alt=\"Click here to watch the slide show again\" class=borderno \/><\/a>";
	finalHTML += "<h2>Road Trip: Northwest Montana<\/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/0807_RTMontana/index.html&type=Newsletter&title=Road_Trip:_Northwest_Montana&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/05/26/AR2008052601395.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/08/AR2006030801268.html')>Road Trip: South Dakota: Tumbleweeds and Brontoburgers<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/05/AR2008040501220.html')>Road Trip: Wisconsin: Of Farmers and Dells<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/26/AR2008042601741.html')>A Treehouse Adventure<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/04/06/AR2006040601279.html')>What to Ask Before You Rent an RV<\/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>";