// Captions, credits and photos for The Traveler's Medicine Cabinet
// 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] = "Pepcid.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Pepcid Complete</b>: The drug eases heartburn by combining a stomach-acid reducer with an antacid. \"But be careful mixing antacids and antibiotics&mdash;it can reduce the effectiveness of the antibiotic,\" Wenzel says.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "BandAid.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Band-Aids & Neosporin</b>: \"I bring a bunch of Band-Aid sizes on trips to treat everything from a blister to a banged-up knee,\" Wenzel says. And Neosporin keeps cuts from getting infected.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Advil.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Advil</b>: The ibuprofen in Advil not only reduces pain and fevers, it also can relieve inflammation of the muscles and tendons after a long hike&mdash;Tylenol doesn\'t do that at all.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Ultrathon.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Ultrathon Insect Repellent</b>: Repellents with higher concentrations of deet protect longer against bugs. \"Find something with 30 percent deet or more,\" says Wenzel. Ultrathon is a 34 percent deet lotion with a time-release formula that lasts up to 12 hours.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Zithromax.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Zithromax</b>: Wenzel says this prescription antibiotic is the most effective diarrhea cure&mdash;especially in places like India and Thailand where bacteria are becoming more resistant to Cipro. For quick results, he recommends taking four 250-milligram pills with Imodium.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Imodium.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Imodium A-D & Dramamine</b>: When diarrhea strikes, Imodium can stop the symptoms within 30 minutes, unlike Pepto-Bismol, which takes up to six hours to kick in. Dramamine helps prevent motion sickness, but \"it also makes people drowsy,\" Wenzel says. \"So don't take it before flying if you know you'll have to drive when you get off the plane.\"";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Benadryl.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Benadryl</b>: In addition to alleviating hay fever symptoms, this drug can be used to treat hives and an itchy nose or throat caused by food allergies.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Neutrogena.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Neutrogena Sunscreen</b>: Many Neutrogena sunscreens are made with a formula called Helioplex, which the company says helps stop UVA absorbers from degrading too quickly&mdash;making the sunblocks last longer.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Cortaid.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "<b>Cortaid</b>: Cortaid Maximum Strength anti-inflammatory cream contains 1 percent hydrocortisone, which is the highest concentration available without a prescription. The cream soothes rashes and bug bites.";
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.jpg alt=\"Click here to watch the slide show again\" class=borderno \/><\/a>";
	finalHTML += "<h2>The Traveler\'s Medicine Cabinet<\/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/0811_MedicineCabinet/index.html&type=Newsletter&title=The_Traveler_Medicine_Cabinet&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/10/09/AR2008100901912.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/05/07/AR2007050700783.html')>How to Eat Street Food Without Ruining the Trip<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/02/27/AR2007022700670.html')>Cruising: Staying Healthy at Sea<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/05/26/AR2008052601374.html')>Travel Safety: Tricks That Criminals Use<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080201190.html')>Trouble in Paradise? Be Prepared<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more in <a href=javascript:parentCheck('/bt-dyn/content/tips/')><strong>Tips & Experts</strong><\/a>.";
	finalHTML += "<\/div>";
