
function sas1400switchtabs(tabid) {

for (i=0;i<sas1400mytabs.length;i++)
{
	if (sas1400mytabs[i] == tabid) {
		document.getElementById('sas1400tab'+sas1400mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1400tabcell'+sas1400mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas1400tabcell'+sas1400mytabs[i]).className = 'sas1400tabheaderon';
		document.getElementById('sas1400tabbottom'+sas1400mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas1400tabtop'+sas1400mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1400tablink'+sas1400mytabs[i]).className = 'sas1400tablinkon';
	}
	else {
		document.getElementById('sas1400tab'+sas1400mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1400tabcell'+sas1400mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas1400tabbottom'+sas1400mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1400tabtop'+sas1400mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1400tablink'+sas1400mytabs[i]).className = 'sas1400tablink';
		document.getElementById('sas1400tabcell'+sas1400mytabs[i]).className = 'sas1400tabheaderoff';

	}
}

}

if (typeof(sas1400tabafftrackvalue) == 'undefined'){
sas1400tabafftrackvalue = '';
}

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1400tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1400tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1400tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1400tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1400tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1400tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1400tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1400tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas1400tabheaderon');
document.write('{');
document.write('	background-color: #E0E0E0;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400tabheaderoff');
document.write('{');
document.write('	background-color: #E0E0E0;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-top: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400tabbottom');
document.write('{');
document.write('	background-color: #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-left: 2px solid #000000;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-bottom: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1400contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas1400tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1400tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1400tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1400tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas1400tabtop1" class="sas1400tabtop"></td><td class="sas1400tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabtop2" class="sas1400tabtop"></td><td class="sas1400tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabtop3" class="sas1400tabtop"></td><td class="sas1400tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabtop4" class="sas1400tabtop"></td><td class="sas1400tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabtop5" class="sas1400tabtop"></td></tr><tr><td id="sas1400tabcell1" class="sas1400tabheaderon"><a href="#" onClick="sas1400switchtabs(1); return false;" class="sas1400tablink" id="sas1400tablink1">Discover Morocco</a></td><td class="sas1400tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabcell2" class="sas1400tabheaderoff"><a href="#" onClick="sas1400switchtabs(2); return false;" class="sas1400tablink" id="sas1400tablink2">Kenya Wildlife Safari</a></td><td class="sas1400tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabcell3" class="sas1400tabheaderoff"><a href="#" onClick="sas1400switchtabs(3); return false;" class="sas1400tablink" id="sas1400tablink3">Pyramids and Petra</a></td><td class="sas1400tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabcell4" class="sas1400tabheaderoff"><a href="#" onClick="sas1400switchtabs(4); return false;" class="sas1400tablink" id="sas1400tablink4">Pyramids and Nile Cruise (option to Petra)</a></td><td class="sas1400tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabcell5" class="sas1400tabheaderoff"><a href="#" onClick="sas1400switchtabs(5); return false;" class="sas1400tablink" id="sas1400tablink5">South African Explorer</a></td></tr><tr><td id="sas1400tabbottom1" class="sas1400tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1400tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabbottom2" class="sas1400tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1400tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabbottom3" class="sas1400tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1400tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabbottom4" class="sas1400tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1400tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1400tabbottom5" class="sas1400tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td></tr></table>');
document.write('</td></tr>');
document.write('<tr><td class="sas1400contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1400tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=461981658&afftrack=' + sas1400tabafftrackvalue + '&w=1400"><img src="http://www.friendlyplanet.com/images/90x90/marrakech-music.jpg" border="0"></a></td><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=461981658&afftrack=' + sas1400tabafftrackvalue + '&w=1400">Discover Morocco - 8 days from $2149* </a><br>Morocco, one of Africa\'s most popular travel destinations, offers the visitor a dazzling mosaic of Arab and Berber cultures, with a dash of African and European influence thrown in for good measure. <br>Price: $2,149.00<br></td></tr></table></div><div id="sas1400tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=464074416&afftrack=' + sas1400tabafftrackvalue + '&w=1400"><img src="http://www.friendlyplanet.com/images/kenya-tarangire-rhino.jpg" border="0"></a></td><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=464074416&afftrack=' + sas1400tabafftrackvalue + '&w=1400">Kenya Wildlife Safari with optional Tanzania extension  - 10 days from $3099* </a><br>Kenya and Tanzania teem with an abundance of spectacular wildlife and gorgeous landscapes. Our safari includes the top three must-visit parks in Kenya: Masai Mara, Samburu and Amboseli, with an option to the Ngorongoro Crater in Tanzania. <br>Price: $3,099.00<br></td></tr></table></div><div id="sas1400tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=461981666&afftrack=' + sas1400tabafftrackvalue + '&w=1400"><img src="http://www.friendlyplanet.com/emails/images/egyptian-camel-pyramids-square.jpg" border="0"></a></td><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=461981666&afftrack=' + sas1400tabafftrackvalue + '&w=1400">Pyramids & Petra - 8 days from $1799*</a><br>Experience both the Pyramids and Petra without compromising a single thing, not even your budget. Afterwards, pamper yourself by extending your stay with a fantastic optional Dead Sea spa extension<br>Price: $1,799.00<br></td></tr></table></div><div id="sas1400tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=461981665&afftrack=' + sas1400tabafftrackvalue + '&w=1400"><img src="http://www.friendlyplanet.com/images/90x90/pyramid-sun.jpg" border="0"></a></td><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=461981665&afftrack=' + sas1400tabafftrackvalue + '&w=1400">Pyramids & Nile Cruise with optional Petra extension - 9 days from $1999* </a><br>Friendly Planet defies skyrocketing travel prices to bring you a fantastic, truly first class Egypt vacation deal fit for a pharaoh. You\'ll see the Pyramids at Giza, the temples at Luxor & Edfu, King Tut\'s tomb, old Cairo, and much more.  Take the optional extension to Petra to see the ancient treasury.<br>Price: $2,099.00<br></td></tr></table></div><div id="sas1400tab5content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=464074425&afftrack=' + sas1400tabafftrackvalue + '&w=1400"><img src="http://www.friendlyplanet.com/images/south-africa-baby-elephant.jpg" border="0"></a></td><td class="sas1400contentboxfont"><a class="sas1400tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=18510&userID=' + sas1400tabidvalue + '&productID=464074425&afftrack=' + sas1400tabafftrackvalue + '&w=1400">South African Explorer - 12 days from $2899*</a><br>Enjoy an exceptional value vacation in one of the world\'s most magnificent natural settings as you explore exciting South Africa. Visit modern, vibrant Cape Town, one of the world\'s hot new destinations for style, night life and gorgeous scenery, ans explore cosmopolitan Johannesburg, South Africa\'s largest metropolis. Visit several of the country\'s lush game reserves in search of the "Big Five," and even spend a night at a traditional rural village, where you\'ll be treated to warm, welcoming South African hospitality.<br>Price: $2,899.00<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas1400mytabs = new Array()
sas1400mytabs[0] = "1"
sas1400mytabs[1] = "2"
sas1400mytabs[2] = "3"
sas1400mytabs[3] = "4"
sas1400mytabs[4] = "5"

sas1400switchtabs(1);

