
function sas739switchtabs(tabid) {

for (i=0;i<sas739mytabs.length;i++)
{
	if (sas739mytabs[i] == tabid) {
		document.getElementById('sas739tab'+sas739mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas739tabcell'+sas739mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas739tabcell'+sas739mytabs[i]).className = 'sas739tabheaderon';
		document.getElementById('sas739tabbottom'+sas739mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas739tabtop'+sas739mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas739tablink'+sas739mytabs[i]).className = 'sas739tablinkon';
	}
	else {
		document.getElementById('sas739tab'+sas739mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas739tabcell'+sas739mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas739tabbottom'+sas739mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas739tabtop'+sas739mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas739tablink'+sas739mytabs[i]).className = 'sas739tablink';
		document.getElementById('sas739tabcell'+sas739mytabs[i]).className = 'sas739tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas739tablink: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.sas739tablink: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.sas739tablink: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.sas739tablink: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.sas739tablinkon: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.sas739tablinkon: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.sas739tablinkon: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.sas739tablinkon: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('.sas739tabheaderon');
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('.sas739tabheaderoff');
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('.sas739tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas739tabbottom');
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('.sas739tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas739tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas739tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas739contentbox');
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('.sas739contentboxfont');
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.sas739tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas739tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas739tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas739tabcontentlink: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="sas739tabtop1" class="sas739tabtop"></td><td class="sas739tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas739tabtop2" class="sas739tabtop"></td><td class="sas739tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas739tabtop3" class="sas739tabtop"></td></tr><tr><td id="sas739tabcell1" class="sas739tabheaderon"><a href="#" onClick="sas739switchtabs(1); return false;" class="sas739tablink" id="sas739tablink1">Push & Pull Toys</a></td><td class="sas739tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas739tabcell2" class="sas739tabheaderoff"><a href="#" onClick="sas739switchtabs(2); return false;" class="sas739tablink" id="sas739tablink2">Push & Pull Toys (2)</a></td><td class="sas739tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas739tabcell3" class="sas739tabheaderoff"><a href="#" onClick="sas739switchtabs(3); return false;" class="sas739tablink" id="sas739tablink3">Push & Pull Toys (3)</a></td></tr><tr><td id="sas739tabbottom1" class="sas739tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas739tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas739tabbottom2" class="sas739tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas739tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas739tabbottom3" class="sas739tabbottom"><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="sas739contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas739tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588181&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/035-040.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588181&afftrack=' + sas739tabafftrackvalue + '&w=739">Lullaby Ladybug - eBeanstalk</a><br>Lullaby Ladybug is the friendliest bug in town, it will catch any baby\'s eye with lots of colors and sound. Lullaby Ladybug attaches easily to cribs, carriers and more with easy-to-use adjustable straps. This adorable Lullaby Ladybug Baby Toy also features crinkle wings, teether hands and tons of bright colors and fun textures to stimulate baby\'s senses! And the surprises don\'t end with the Earlyears Lullaby Ladybug Baby Toy - just pull on the butterfly to hear a calming rendition of Brahms Lullaby that is certain to soothe a tired baby!<br>Price: $18.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588295&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/500-032-0-03.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588295&afftrack=' + sas739tabafftrackvalue + '&w=739">Jumpy & Spin-Ball eBeanstalk</a><br>Two great baby toys! Jumpy is a happy figure that\'s lightweight and bounces when tapped on his head, encouraging baby to crawl after it. The Spin-Ball offers appealing multi-sensory stimulation. The different slices are in a rainbow of colors to elicit a harmonious feeling, and to develop the ability to differentiate between colors. <br>Price: $15.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446703&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/059-004-0-12.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446703&afftrack=' + sas739tabafftrackvalue + '&w=739">Spotty the Dog eBeanstalk</a><br>Spotty the Dog is a classic. Spotty wiggles and waggles when he\'s pulled along.  Painted with bright non-toxic paint, Spotty the Dog has widely spaced wheels that add stability. It\'s a great learning toy!<br>Price: $29.95</td></tr></table></div><div id="sas739tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446688&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/053-031-0-11.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446688&afftrack=' + sas739tabafftrackvalue + '&w=739">Happy Hippo eBeanstalk</a><br>Make learning to walk fun with this classic wooden pull toy. This brightly-painted happy hippo\'s mouth opens and closes. The color-coordinated pull cord makes walking this well-crafted pull pal easy and fun for your child. This learning toy is a great way to promote early learning, sensory development and walking for any toddler. <br>Price: $21.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446689&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/053-033-0-11.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446689&afftrack=' + sas739tabafftrackvalue + '&w=739">Frolicking Frog eBeanstalk</a><br>Make learning to walk fun with this classic wooden pull toy. This brightly-painted frolicking frog mouth opens and closes. The color-coordinated pull cord makes walking this well-crafted pull pal easy and fun for your child. This toy is a great way to promote early learning, sensory development and walking for any toddler which makes it a great learning toy.<br>Price: $21.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588213&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/053-052.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588213&afftrack=' + sas739tabafftrackvalue + '&w=739">Chomp & Clack eBeanstalk</a><br>The Chomp & Clack Alligator Push Toy is a sturdy wooden push toy that features 3 bright green alligators that clack and chomp with every step kids make as they swim through the blue water base. With a colorful, attractive design, the Chomp & Clack Alligator Push Toy features cute fish paintings on the wheels and wooden insects flying above the alligators. This toy does not just look good, it is a great learning toy.<br>Price: $39.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446704&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/059-005-0-12.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446704&afftrack=' + sas739tabafftrackvalue + '&w=739">Clifford the Dog eBeanstalk</a><br>Clifford the Dog is a classic. Clifford wiggles and waggles when he\'s pulled along.  Painted with bright non-toxic paint, Cifford\'s widely spaced wheels add stability which makes him a great learning toy. <br>Price: $31.95</td></tr></table></div><div id="sas739tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446705&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/059-006-0-12.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446705&afftrack=' + sas739tabafftrackvalue + '&w=739">Ginger the Cat eBeanstalk</a><br>Ginger the Cat is a classic of all learning toys. Ginger wiggles and waggles when she\'s pulled along.  Painted with bright non-toxic paint, Ginger\'s widely spaced wheels add stability.<br>Price: $26.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446706&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/059-007-0-12.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=456446706&afftrack=' + sas739tabafftrackvalue + '&w=739">Quack Pack eBeanstalk</a><br>The Quack Pack wiggles and waggles when they\'re pulled along.  Painted with bright non-toxic paint the Quack Pack\'s widely spaced wheels add stability which makes it one of the best learning toys. <br>Price: $30.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588177&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/035-028.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588177&afftrack=' + sas739tabafftrackvalue + '&w=739">Safari Animal Tractor - eBeanstalk</a><br>The Safari Animal Tractor includes six safari animals that make sounds when placed in the appropriate spots inside the trailer! Push the funnel to hear engine sounds and watch the tractor roll forward. The driver\'s seat and steering wheel also make sounds when pressed! This small toy for kids is not only fun, but it is a learning toy to help teach your child about shapes and sounds!<br>Price: $31.95</td></tr><tr><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588184&afftrack=' + sas739tabafftrackvalue + '&w=739"><img src="http://www.ebeanstalk.com/images/thumbs/045-002-0-21.jpg" border="0"></a></td><td class="sas739contentboxfont"><a class="sas739tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas739tabidvalue + '&productID=458588184&afftrack=' + sas739tabafftrackvalue + '&w=739">Shape Sorter Gator eBeanstalk</a><br>The Shape Sorter Gator moves and makes a chomping noise. Place each of the six shapes in its proper place on the back of the gator, then close the his mouth to make the shapes pop-out again, which makes it a great educational toy. This is a great baby gift. <br>Price: $22.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas739switchtabs(1);

