// Captions, credits and photos for Driving in the Dark slide show.
// 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_italy.gif";
SSPhotoCredit[z] = "Illustration by Newhouse Design";
SSPhotoCaption[z] = "<strong>ITALY<\/strong> Snow chains required.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_switzerland.gif";
SSPhotoCredit[z] = "Illustration by Newhouse Design";
SSPhotoCaption[z] = "<strong>SWITZERLAND<\/strong> Train crossing (red and white lights blink when a train approaches).";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_spain.gif";
SSPhotoCredit[z] = "Illustration by Newhouse Design";
SSPhotoCaption[z] = "<strong>SPAIN<\/strong> Use dimmed headlights.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_ireland.gif";
SSPhotoCredit[z] = "Illustration by Newhouse Design";
SSPhotoCaption[z] = "<strong>IRELAND<\/strong> Yield (sign found only in Irish-speaking areas).";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_denmark.gif";
SSPhotoCredit[z] = "Illustration by Newhouse Design";
SSPhotoCaption[z] = "<strong>DENMARK<\/strong> Place of interest.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_austria.gif";
SSPhotoCredit[z] = "Illustration by Newhouse Design";
SSPhotoCaption[z] = "<strong>AUSTRIA<\/strong> Tram may turn on red or yellow lights.";
SSBorder[z] = "no";
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.gif alt=\"Click here to watch the slide show again\" class=borderno \/><\/a>";
	finalHTML += "<h2>Driving in the Dark<\/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/0803_DrivingDark/index.html&type=Newsletter&title=Driving_in_the_Dark_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/02/05/AR2008020502491.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/08/02/AR2007080201399.html')>Exploring Ireland and Northern Ireland by Camper<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/03/13/AR2006031300799.html')>Leasing a Car in Europe<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/04/AR2005060400452.html')>Driving Vacations in Europe<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/04/AR2005060400414.html')>The Lowdown on Car Rentals<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more photos of popular destinations in <a href=javascript:parentCheck('/bt-dyn/content/funstuff/slideshows/index.html')><strong>Slide Shows</strong><\/a>.";
	finalHTML += "<\/div>";