// Captions, credits and photos for Sunset 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] = "0802_Sunset_01.jpg";
SSPhotoCredit[z] = "photo: Adam Fernandez";
SSPhotoCaption[z] = "When the center of the frame is pointed at the tree line, the exposure created gives us some color, but not the richly saturated sky we're looking for. Overall, the sky lacks detail, and the image is a bit washed out.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0802_Sunset_02.jpg";
SSPhotoCredit[z] = "photo: Adam Fernandez";
SSPhotoCaption[z] = "If you tilt the camera up and fill the frame with the sky, the camera's light meter will adjust and base the exposure on the sky. Tilt the camera, and then hold the shutter button down halfway. Continue to hold the button down halfway, and then recompose the image.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0802_Sunset_03.jpg";
SSPhotoCredit[z] = "photo: Adam Fernandez";
SSPhotoCaption[z] = "Once you have recomposed the image, go ahead and depress the shutter completely. The resulting photograph will have much more color saturation and far greater detail in the clouds.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0802_Sunset_04.jpg";
SSPhotoCredit[z] = "photo: Adam Fernandez";
SSPhotoCaption[z] = "These before and after photos reveal how changing the exposure and the composition makes a dramatic difference in a sunset\'s vibrancy.";
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=0802_Sunset_Final.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>How to Take Better Sunset Photos<\/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/0802_Sunset/index.html&type=Newsletter&title=How_to_Take_Better_Sunset_Photos&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/01/16/AR2008011602477.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/01/11/AR2008011101950.html')>Masthead Question: Prettiest Sunset Ever?<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/06/07/AR2006060701444.html')>Packing List: Cameras With Practical Tools<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://current.newsweek.com/budgettravel/2007/08/before_you_buy_a_camera_check.html')>Web Smart: Before You Buy a Camera, Check Here<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/15/AR2007031501229.html')>How to Look Better in Photos<\/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>";