
function sas687switchtabs(tabid) {

for (i=0;i<sas687mytabs.length;i++)
{
	if (sas687mytabs[i] == tabid) {
		document.getElementById('sas687tab'+sas687mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas687tabcell'+sas687mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas687tabcell'+sas687mytabs[i]).className = 'sas687tabheaderon';
		document.getElementById('sas687tabbottom'+sas687mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas687tabtop'+sas687mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas687tablink'+sas687mytabs[i]).className = 'sas687tablinkon';
	}
	else {
		document.getElementById('sas687tab'+sas687mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas687tabcell'+sas687mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas687tabbottom'+sas687mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas687tabtop'+sas687mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas687tablink'+sas687mytabs[i]).className = 'sas687tablink';
		document.getElementById('sas687tabcell'+sas687mytabs[i]).className = 'sas687tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas687tablink: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.sas687tablink: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.sas687tablink: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.sas687tablink: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.sas687tablinkon: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.sas687tablinkon: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.sas687tablinkon: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.sas687tablinkon: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('.sas687tabheaderon');
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('.sas687tabheaderoff');
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('.sas687tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas687tabbottom');
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('.sas687tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas687tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas687tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas687contentbox');
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('.sas687contentboxfont');
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.sas687tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas687tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas687tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas687tabcontentlink: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="sas687tabtop1" class="sas687tabtop"></td><td class="sas687tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas687tabtop2" class="sas687tabtop"></td><td class="sas687tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas687tabtop3" class="sas687tabtop"></td></tr><tr><td id="sas687tabcell1" class="sas687tabheaderon"><a href="#" onClick="sas687switchtabs(1); return false;" class="sas687tablink" id="sas687tablink1">Animal Toys and Games</a></td><td class="sas687tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas687tabcell2" class="sas687tabheaderoff"><a href="#" onClick="sas687switchtabs(2); return false;" class="sas687tablink" id="sas687tablink2">Animals Toys and Games (Page 2)</a></td><td class="sas687tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas687tabcell3" class="sas687tabheaderoff"><a href="#" onClick="sas687switchtabs(3); return false;" class="sas687tablink" id="sas687tablink3">Animal Toys and Games (Page 3)</a></td></tr><tr><td id="sas687tabbottom1" class="sas687tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas687tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas687tabbottom2" class="sas687tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas687tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas687tabbottom3" class="sas687tabbottom"><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="sas687contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas687tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446805&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/088-005-0-02.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446805&afftrack=' + sas687tabafftrackvalue + '&w=687">Taggies Look At Me Mirror eBeanstalk</a><br>On one side, this wedge-shaped activity center features a TAGGIES mirror to intrigue your child, and on the other there are lots of fun activities so it\'s a great early learning toy. It is perfect for hanging in the crib or for tummy time activities. Your baby will love the music, lights, clicking sounds, rattle, squeakers, crinkles and lots of TAGGIES looped ribbons! <br>Price: $45.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588179&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/035-033.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588179&afftrack=' + sas687tabafftrackvalue + '&w=687">Taggies Nest & Stack Blocks - eBeanstalk</a><br>The Taggies Nest & Stack Blocks have three soft stacking and nesting cups with a twist and a surprise! Nest the cups by matching up the circles and the squares on either side to create a Lovable Taggies lion and cute Taggie Cow! And a surprise...an adorable Taggie mouse inside! Perfect for put-in/take-out activity and for playing variations on peek-a-boo.<br>Price: $25.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588266&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/108-010.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588266&afftrack=' + sas687tabafftrackvalue + '&w=687">2-in-1 Traveling Guppy - eBeanstalk</a><br>The 2-in-1 Traveling Guppy is good for rear and front facing babies. It has 5 engaging activities and features rattles, roller ball, and crinkle. Measures 10.5" long x 8" high.<br>Price: $22.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588283&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/110-007.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588283&afftrack=' + sas687tabafftrackvalue + '&w=687">Murphy The Moose - MEDIUM - eBeanstalk</a><br>Murphy The Moose MEDIUM is a plaid dressing red antler moose that is whimsical and fun to take everywhere. In addition to his unique pattern, colors, and floppy antlers, he is soft and squeezable so he\'s a great learning toy and friend! Dimensions: 9 x 11.5.<br>Price: $24.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588130&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/002-040-0-11.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588130&afftrack=' + sas687tabafftrackvalue + '&w=687">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="sas687tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446493&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/018-006-0-02.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446493&afftrack=' + sas687tabafftrackvalue + '&w=687">Tummy Play Trainer eBeanstalk</a><br>The Tummy Play Trainer has a distinctive cone shape with cute little peek-a-boo friends, a variety of melodies, motion and lights making it a fabulous learning toys. This cheerful toy is a perfect way to entertain your baby through tummy time.<br>Price: $45.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446795&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/086-006-0-02.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446795&afftrack=' + sas687tabafftrackvalue + '&w=687">Kick & Play Playground eBeanstalk</a><br>The Kick & Play Total Playground features classical music, five hanging baby toys and a assortment of sounds and images on its blanket. It has two play modes to stimulate your baby with ten minutes of soothing classical music or three brief animal songs which make it the perfect learning toy. Batteries are included.<br>Price: $70.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446814&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/098-001-0-02.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446814&afftrack=' + sas687tabafftrackvalue + '&w=687">Crawl Abouts Butterfly eBeanstalk</a><br>As baby toys go, this Crawl About Butterfly is tops! Toddlers will absolutely love following this cuddly little critter around. The Bouncing Butterfly crawls across the floor when you press on its back. Crawl Abouts help develop superb motor skills. It also has different textures to develop excellent tactile skills. <br>Price: $15.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588156&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/022-005.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588156&afftrack=' + sas687tabafftrackvalue + '&w=687">My First Puppets Book - eBeanstalk</a><br>My First Puppets Book is a colorful soft book that introduces children to puppets, while incorporating proven developmental stimuli such as high contrast colors, varied textures and noisemakers. It comes with small finger puppets along with big hand puppets attached to the pages. Dimensions is 8 x 8 inches.   <br>Price: $38.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588181&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/035-040.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588181&afftrack=' + sas687tabafftrackvalue + '&w=687">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></table></div><div id="sas687tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588170&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/035-019-0-02.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588170&afftrack=' + sas687tabafftrackvalue + '&w=687">Taggies Soft Blocks eBeanstalk</a><br>Taggies Soft Blocks are great learning toys because each feature tons of tactile elements, colorful images, silly sounds and, of course, TAGGIES galore! Easy-grab, un-stuffed blocks can be squashed into a diaper bag. Clever hook & loop links attach all blocks together for play in the stroller, highchair or car seat. <br>Price: $34.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588263&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/108-005.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588263&afftrack=' + sas687tabafftrackvalue + '&w=687">Catch & Glow Bug Jug eBeanstalk</a><br>It\'s time to catch fireflies! Much to baby\'s delight, when all fireflies are placed in the jar, baby can shake it, causing bugs to light and jump. Watch baby\'s excitement when viewing the action through the magnifying glass lid, which exaggerates the action inside the jar. <br>Price: $23.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588284&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/110-008.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=458588284&afftrack=' + sas687tabafftrackvalue + '&w=687">Elly The Elephant LARGE - eBeanstalk</a><br>Elly The Elephant LARGE is a soft squeezable stuffed animal elephant that  has a long silly trunk, who\'s colors are bound to brighten your child\'s day! She can go with you anywhere which makes it a great learning toy. Elly\'s more than a learning toy, she\'s a friend! Dimensions are 13" X 15". <br>Price: $39.95</td></tr><tr><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446503&afftrack=' + sas687tabafftrackvalue + '&w=687"><img src="http://www.ebeanstalk.com/images/thumbs/019-004-0-03.jpg" border="0"></a></td><td class="sas687contentboxfont"><a class="sas687tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas687tabidvalue + '&productID=456446503&afftrack=' + sas687tabafftrackvalue + '&w=687">Cat Stacking Rings eBeanstalk</a><br>What a stacker! These soft padded rings feature a lifelike meowing sounds, a crinkling ring, a ring with a rattle paw, and a ring with a squeaker paw and fuzzy ring with crinkle flower. The Cat Stacker is a great educational toy. <br>Price: $31.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas687switchtabs(1);

