
function sas47switchtabs(tabid) {

for (i=0;i<sas47mytabs.length;i++)
{
	if (sas47mytabs[i] == tabid) {
		document.getElementById('sas47tab'+sas47mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas47tabcell'+sas47mytabs[i]).style.backgroundColor = '#dde5fc';
		document.getElementById('sas47tabcell'+sas47mytabs[i]).className = 'sas47tabheaderon';
		document.getElementById('sas47tabbottom'+sas47mytabs[i]).style.backgroundColor = '#dde5fc';
		document.getElementById('sas47tabtop'+sas47mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas47tablink'+sas47mytabs[i]).className = 'sas47tablinkon';
	}
	else {
		document.getElementById('sas47tab'+sas47mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas47tabcell'+sas47mytabs[i]).style.backgroundColor = '#CC3333';
		document.getElementById('sas47tabbottom'+sas47mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas47tabtop'+sas47mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas47tablink'+sas47mytabs[i]).className = 'sas47tablink';
		document.getElementById('sas47tabcell'+sas47mytabs[i]).className = 'sas47tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas47tablink:link');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas47tablink:visited');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas47tablink:active');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas47tablink:hover');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas47tablinkon:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas47tablinkon:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas47tablinkon:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas47tablinkon:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas47tabheaderon');
document.write('{');
document.write('	background-color: #CC3333;');
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('.sas47tabheaderoff');
document.write('{');
document.write('	background-color: #CC3333;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-top: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas47tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas47tabbottom');
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('.sas47tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas47tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas47tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas47contentbox');
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 Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas47contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas47tabcontentlink:link');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas47tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas47tabcontentlink:active');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas47tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
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="sas47tabtop1" class="sas47tabtop"></td><td class="sas47tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas47tabtop2" class="sas47tabtop"></td><td class="sas47tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas47tabtop3" class="sas47tabtop"></td></tr><tr><td id="sas47tabcell1" class="sas47tabheaderon"><a href="#" onClick="sas47switchtabs(1); return false;" class="sas47tablink" id="sas47tablink1">Britax Carseats</a></td><td class="sas47tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas47tabcell2" class="sas47tabheaderoff"><a href="#" onClick="sas47switchtabs(2); return false;" class="sas47tablink" id="sas47tablink2">Britax Strollers</a></td><td class="sas47tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas47tabcell3" class="sas47tabheaderoff"><a href="#" onClick="sas47switchtabs(3); return false;" class="sas47tablink" id="sas47tablink3">Coupons </a></td></tr><tr><td id="sas47tabbottom1" class="sas47tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas47tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas47tabbottom2" class="sas47tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas47tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas47tabbottom3" class="sas47tabbottom"><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="sas47contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas47tab1content">Product not found.</div><div id="sas47tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas47contentboxfont"><a class="sas47tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas47tabidvalue + '&productID=460415897&afftrack=' + sas47tabafftrackvalue + '&w=47"><img src="http://www.happymothers.com/assets/product/images120/906B37173F234A47A8813620EBCBD35F.jpg" border="0"></a></td><td class="sas47contentboxfont"><a class="sas47tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas47tabidvalue + '&productID=460415897&afftrack=' + sas47tabafftrackvalue + '&w=47">Sashas Britax Vigour Stroller Wrap Around Sun Cover Stroller Accessories</a><br>Sashas Britax Vigour Stroller Wrap Around Sun Cover<br>Price: $59.95</td></tr></table></div><div id="sas47tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas47contentboxfont"><ul><li><a class="sas47tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=11573&u=' + sas47tabidvalue + '&d=9963&afftrack=' + sas47tabafftrackvalue + '&w=47">Receive a Free Gift with Any Purchase</a> - End Date: 03/31/2009 - Coupon Code: HAPPYMOTHERS<br>Free Gift with ANY Purchase at HappyMothers<br><li><a class="sas47tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=11573&u=' + sas47tabidvalue + '&d=12604&afftrack=' + sas47tabafftrackvalue + '&w=47">10% Off, No Sales Tax, and FREE SHIPPING on ANY Britax Carseat!</a> - End Date: 09/21/2008 - Coupon Code: None Needed<br>At Happy Mothers, with the purchase of ANY Britax Car Seat, not only will you get 10% Off, but you\'ll also get FREE SHIPPING and NO SALES TAX!!!<br></ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas47switchtabs(1);

