
function sas304switchtabs(tabid) {

for (i=0;i<sas304mytabs.length;i++)
{
	if (sas304mytabs[i] == tabid) {
		document.getElementById('sas304tab'+sas304mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas304tabcell'+sas304mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas304tabcell'+sas304mytabs[i]).className = 'sas304tabheaderon';
		document.getElementById('sas304tabbottom'+sas304mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas304tabtop'+sas304mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas304tablink'+sas304mytabs[i]).className = 'sas304tablinkon';
	}
	else {
		document.getElementById('sas304tab'+sas304mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas304tabcell'+sas304mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas304tabbottom'+sas304mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas304tabtop'+sas304mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas304tablink'+sas304mytabs[i]).className = 'sas304tablink';
		document.getElementById('sas304tabcell'+sas304mytabs[i]).className = 'sas304tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas304tablink: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.sas304tablink: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.sas304tablink: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.sas304tablink: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.sas304tablinkon: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.sas304tablinkon: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.sas304tablinkon: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.sas304tablinkon: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('.sas304tabheaderon');
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('.sas304tabheaderoff');
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('.sas304tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas304tabbottom');
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('.sas304tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas304tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas304tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas304contentbox');
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('.sas304contentboxfont');
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.sas304tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas304tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas304tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas304tabcontentlink: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="sas304tabtop1" class="sas304tabtop"></td><td class="sas304tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas304tabtop2" class="sas304tabtop"></td></tr><tr><td id="sas304tabcell1" class="sas304tabheaderon"><a href="#" onClick="sas304switchtabs(1); return false;" class="sas304tablink" id="sas304tablink1">Top Sellers</a></td><td class="sas304tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas304tabcell2" class="sas304tabheaderoff"><a href="#" onClick="sas304switchtabs(2); return false;" class="sas304tablink" id="sas304tablink2">Coupons</a></td></tr><tr><td id="sas304tabbottom1" class="sas304tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas304tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas304tabbottom2" class="sas304tabbottom"><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="sas304contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas304tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas304contentboxfont"><a class="sas304tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=5246&userID=' + sas304tabidvalue + '&productID=453571014&afftrack=' + sas304tabafftrackvalue + '&w=304">Brazilian Bikini (1109)</a><br>Sexy tiny bikini. Bottom features the sliding triangle front and ties on one side.<br>Top ties in the front and crosses in the back.<br><b><br>Brazilian Bikini Synonyms</b></b>: Bikinis from Brazil, Brazilian Bathing Suits, Brazilian Cut Bikini, Brazilian <br><br>Price: $25.95</td></tr><tr><td class="sas304contentboxfont"><a class="sas304tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=5246&userID=' + sas304tabidvalue + '&productID=453571016&afftrack=' + sas304tabafftrackvalue + '&w=304">Brazilian Bikini (1406 / p2e29)</a><br>This bikini set will make a big splash on the beach. <br><br> Features our Brazilian tie bikini bottom which sits low on the waist and ties at the hips. <br><br> Comes with our sexy connected triangle top which offers lift and support to give you an enhanc<br><br>Price: $31.95</td></tr><tr><td class="sas304contentboxfont"><a class="sas304tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=5246&userID=' + sas304tabidvalue + '&productID=456284077&afftrack=' + sas304tabafftrackvalue + '&w=304">Brazilian Bikini Bottom (PB3)</a><br>Be the first to get one of these sexy Brazilian tie side bottom in a fabulous eye pleasing color.<br><br> Combine with one of our sexy brazilian tops.<br><br>Price: $12.95</td></tr><tr><td class="sas304contentboxfont"><a class="sas304tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=5246&userID=' + sas304tabidvalue + '&productID=456284091&afftrack=' + sas304tabafftrackvalue + '&w=304">Triangle Bikini Top (PT22)</a><br>Be the first to get one of these great bikini top in a fabulous eye pleasing color.<br><br> Combine with one of our sexy brazilian bottoms.<br><br>Price: $11.95</td></tr><tr><td class="sas304contentboxfont"><a class="sas304tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=5246&userID=' + sas304tabidvalue + '&productID=456284043&afftrack=' + sas304tabafftrackvalue + '&w=304">Brazilian Bikini (P1731)</a><br>This bikini set will make a big splash on the beach. <br><br> Features our Brazilian low rise bikini bottom which sits low on the waist. <br><br> Comes with our sexy halter top which offers lift and support to give you an enhanced look<br><br>Price: $29.95</td></tr></table></div><div id="sas304tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas304contentboxfont"><ul><li><a class="sas304tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=5246&u=' + sas304tabidvalue + '&d=153&afftrack=' + sas304tabafftrackvalue + '&w=304">15 Dollars OFF on orders over usd$ 100</a> - Coupon Code: KES34DK<br><br><li><a class="sas304tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=5246&u=' + sas304tabidvalue + '&d=154&afftrack=' + sas304tabafftrackvalue + '&w=304">5 dollars OFF on purchases of usd$ 50 or more</a> - Coupon Code: GYK76TD<br><br></ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas304mytabs = new Array()
sas304mytabs[0] = "1"
sas304mytabs[1] = "2"

sas304switchtabs(1);

