
function sas689switchtabs(tabid) {

for (i=0;i<sas689mytabs.length;i++)
{
	if (sas689mytabs[i] == tabid) {
		document.getElementById('sas689tab'+sas689mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas689tabcell'+sas689mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas689tabcell'+sas689mytabs[i]).className = 'sas689tabheaderon';
		document.getElementById('sas689tabbottom'+sas689mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas689tabtop'+sas689mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas689tablink'+sas689mytabs[i]).className = 'sas689tablinkon';
	}
	else {
		document.getElementById('sas689tab'+sas689mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas689tabcell'+sas689mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas689tabbottom'+sas689mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas689tabtop'+sas689mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas689tablink'+sas689mytabs[i]).className = 'sas689tablink';
		document.getElementById('sas689tabcell'+sas689mytabs[i]).className = 'sas689tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas689tablink: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.sas689tablink: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.sas689tablink: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.sas689tablink: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.sas689tablinkon: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.sas689tablinkon: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.sas689tablinkon: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.sas689tablinkon: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('.sas689tabheaderon');
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('.sas689tabheaderoff');
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('.sas689tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas689tabbottom');
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('.sas689tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas689tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas689tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas689contentbox');
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('.sas689contentboxfont');
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.sas689tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas689tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas689tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas689tabcontentlink: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="sas689tabtop1" class="sas689tabtop"></td><td class="sas689tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas689tabtop2" class="sas689tabtop"></td><td class="sas689tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas689tabtop3" class="sas689tabtop"></td></tr><tr><td id="sas689tabcell1" class="sas689tabheaderon"><a href="#" onClick="sas689switchtabs(1); return false;" class="sas689tablink" id="sas689tablink1">Bath Time Toys</a></td><td class="sas689tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas689tabcell2" class="sas689tabheaderoff"><a href="#" onClick="sas689switchtabs(2); return false;" class="sas689tablink" id="sas689tablink2">Bath Time Toys (Page 2)</a></td><td class="sas689tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas689tabcell3" class="sas689tabheaderoff"><a href="#" onClick="sas689switchtabs(3); return false;" class="sas689tablink" id="sas689tablink3">Bath Time Toys (Page 3)</a></td></tr><tr><td id="sas689tabbottom1" class="sas689tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas689tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas689tabbottom2" class="sas689tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas689tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas689tabbottom3" class="sas689tabbottom"><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="sas689contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas689tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446494&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/018-007-0-03.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446494&afftrack=' + sas689tabafftrackvalue + '&w=689">Splash & Flash Octopus eBeanstalk</a><br>Splash & Flash Octopus includes an octopus that glows when squeezed. Each set also includes a hot warning toy, which will change color when water is too hot.  It also has as a friendly, squeezable squirt whale.<br>Price: $19.45</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446745&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/074-003-0-04.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446745&afftrack=' + sas689tabafftrackvalue + '&w=689">The Carwash eBeanstalk</a><br>This Carwash is a tub-toy for your little one to float mini cars. He/she can drive cars down ramps and get them cleaned with a big yellow shower head that squirts tub water. The Carwash also features two vehicles, one that squirts and another that scoops and pours which makes it a group of great educational toys.<br>Price: $20.95</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=458588129&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/002-039-0-03.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=458588129&afftrack=' + sas689tabafftrackvalue + '&w=689">Dirty Dogs eBeanstalk</a><br>Dirty Dogs includes 4 dogs with spots that disappear when your child wipes them clean (with the towel that is provided).  This toy can be used in the bathtub as well. Dirty Dogs is a great learning toy teaching little ones how to keep clean. <br>Price: $14.95</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=458588130&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/002-040-0-11.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=458588130&afftrack=' + sas689tabafftrackvalue + '&w=689">Sort n Spray Whale eBeanstalk</a><br>Sort n Spray Whale is a bathtub toy that floats with four shapes on top.  When pushed, a button on the whale?\' tail sends water spraying. It is a great bathtime learning toy!<br>Price: $14.95</td></tr></table></div><div id="sas689tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446433&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/002-026-0-21.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446433&afftrack=' + sas689tabafftrackvalue + '&w=689">Artist in the Tub eBeanstalk</a><br>What a great place to play with paint. Artist in the Tub includes five bright bath paints, a fish-shaped sponge roller, a fish-shaped sponge brush, a fish-shaped roller tray, and five different sponge stamps. It\'s a great educational toy!<br>Price: $19.95</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446437&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/002-031-0-21.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446437&afftrack=' + sas689tabafftrackvalue + '&w=689">Draw in the Tub eBeanstalk</a><br>Draw (like Picasso) in the Tub is a set of six bathtub crayons that draw colorful pictures on bathtubs, tile, or skin. Includes a duck shaped sponge that removes the crayon. <br>Price: $8.95</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446636&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/048-007-0-13.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446636&afftrack=' + sas689tabafftrackvalue + '&w=689">BATHketball eBeanstalk</a><br>It?s a slam dunk! BATHketball is a tub time basketball set with suction cups to hold the rim securely to the wall or the side of the tub. Kids can take shots with one of three colored squirting balls, each with a different fun face. Colorful spinners twirl when a "bathket" is made.<br>Price: $12.95</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446440&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/002-036-0-24.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446440&afftrack=' + sas689tabafftrackvalue + '&w=689">Tub Tunes Xylophone eBeanstalk</a><br>The Tub Tunes Xylophone is a colorful, high-quality instrument that floats on the water and comes with easy-to-follow, color-coded music sheets.<br>Price: $12.95</td></tr></table></div><div id="sas689tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446439&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/002-035-0-24.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446439&afftrack=' + sas689tabafftrackvalue + '&w=689">Tub Tunes Drum eBeanstalk</a><br>Tub Tunes Drum features two drums that float in the tub. Your child can change the pitch by adjusting the water level inside the drums. Tub Tunes Drum also comes with an easy-to-follow, waterproof rhythm chart.<br>Price: $12.95</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446833&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/500-006-0-24.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=456446833&afftrack=' + sas689tabafftrackvalue + '&w=689">Tub Tunes Instruments eBeanstalk</a><br>Tub Tunes Drum features two drums that float in the tub. Your child can change the pitch by adjusting the water level inside the drums. Tub Tunes Drum also comes with an easy-to-follow, waterproof rhythm chart.  The Tub Tunes Xylophone is a colorful, high-quality instrument that, like the drums, floats on the water and comes with easy-to-follow, color-coded music sheets.  The Tub Tunes Piccolo makes bath time music time fun. Learn to make different sounds and tones with this water piccolo. It can be tuned with water to create a variety of sounds.   All 3 toys are great learning toys.  <br>Price: $30.95</td></tr><tr><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=458588128&afftrack=' + sas689tabafftrackvalue + '&w=689"><img src="http://www.ebeanstalk.com/images/thumbs/002-037.jpg" border="0"></a></td><td class="sas689contentboxfont"><a class="sas689tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas689tabidvalue + '&productID=458588128&afftrack=' + sas689tabafftrackvalue + '&w=689">Tub Tunes Piccolo eBeanstalk</a><br>With the Tub Tunes Piccolo make bath time music time! Learn to make different sounds and tones with The Tub Tunes Water Piccolo. It can be tuned with water to create a variety of sounds. Includes easy songs to play or play the piccolo like a slide whistle for even more fun!<br>Price: $12.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas689switchtabs(1);

