
function sas691switchtabs(tabid) {

for (i=0;i<sas691mytabs.length;i++)
{
	if (sas691mytabs[i] == tabid) {
		document.getElementById('sas691tab'+sas691mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas691tabcell'+sas691mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas691tabcell'+sas691mytabs[i]).className = 'sas691tabheaderon';
		document.getElementById('sas691tabbottom'+sas691mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas691tabtop'+sas691mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas691tablink'+sas691mytabs[i]).className = 'sas691tablinkon';
	}
	else {
		document.getElementById('sas691tab'+sas691mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas691tabcell'+sas691mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas691tabbottom'+sas691mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas691tabtop'+sas691mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas691tablink'+sas691mytabs[i]).className = 'sas691tablink';
		document.getElementById('sas691tabcell'+sas691mytabs[i]).className = 'sas691tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas691tablink: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.sas691tablink: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.sas691tablink: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.sas691tablink: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.sas691tablinkon: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.sas691tablinkon: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.sas691tablinkon: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.sas691tablinkon: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('.sas691tabheaderon');
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('.sas691tabheaderoff');
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('.sas691tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas691tabbottom');
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('.sas691tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas691tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas691tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas691contentbox');
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('.sas691contentboxfont');
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.sas691tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas691tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas691tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas691tabcontentlink: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="sas691tabtop1" class="sas691tabtop"></td><td class="sas691tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas691tabtop2" class="sas691tabtop"></td><td class="sas691tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas691tabtop3" class="sas691tabtop"></td></tr><tr><td id="sas691tabcell1" class="sas691tabheaderon"><a href="#" onClick="sas691switchtabs(1); return false;" class="sas691tablink" id="sas691tablink1">Building Blocks & Stacking</a></td><td class="sas691tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas691tabcell2" class="sas691tabheaderoff"><a href="#" onClick="sas691switchtabs(2); return false;" class="sas691tablink" id="sas691tablink2">Building Blocks & Stacking (2)</a></td><td class="sas691tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas691tabcell3" class="sas691tabheaderoff"><a href="#" onClick="sas691switchtabs(3); return false;" class="sas691tablink" id="sas691tablink3">Building Blocks & Stacking (3)</a></td></tr><tr><td id="sas691tabbottom1" class="sas691tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas691tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas691tabbottom2" class="sas691tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas691tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas691tabbottom3" class="sas691tabbottom"><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="sas691contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas691tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446611&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/040-001-0-03.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446611&afftrack=' + sas691tabafftrackvalue + '&w=691">Boa Stacker eBeanstalk</a><br>The Boa Stack & Squeeze Top has four great educational toys. The quality fabric rings are composed of interesting patterns and textures that are squeezable with different animal sounds.  Squeeze the top to hear it giggle! <br>Price: $41.95</td></tr><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446792&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/086-003-0-03.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446792&afftrack=' + sas691tabafftrackvalue + '&w=691">Stacking Toy & Ball Game eBeanstalk</a><br>The Stacking Toy & Ball Game is an exciting 2-in-1 electronic stacker with ball game. As a stacking toy, the rings can be threaded on to the base.  As a fun game, your child can drop a ball into the funnel-shaped elephant head at the top of the stack to hear entertaining sounds and see flashing lights, which makes it a superb learning toy. Batteries are included.<br>Price: $19.95</td></tr><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588179&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/035-033.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588179&afftrack=' + sas691tabafftrackvalue + '&w=691">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="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588263&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/108-005.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588263&afftrack=' + sas691tabafftrackvalue + '&w=691">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="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446593&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/035-012-0-04.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446593&afftrack=' + sas691tabafftrackvalue + '&w=691">Stackin Cups eBeanstalk</a><br>The Stackin Cups are brightly colored cups with fantastic scalloped lips that neatly nest inside each other or stack into a tall tower.<br>Price: $9.95</td></tr></table></div><div id="sas691tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446489&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/018-001-0-11.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446489&afftrack=' + sas691tabafftrackvalue + '&w=691">Snap Beads eBeanstalk</a><br>As educational toys go, Snap Beads are fantastic. The beads are brightly-colored with decorative patterns that link together to create chains.  Snap Beads are made extra sturdy for long lasting enjoyment. This is also great for baby gifts. <br>Price: $17.95</td></tr><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588237&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/086-014-0-04.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588237&afftrack=' + sas691tabafftrackvalue + '&w=691">Magnet Mates eBeanstalk</a><br>Magnet Mates is a colorful set of 3 figures featuring magnetic hands and feet. They can be attached to each other or onto any magnet-friendly surface. Each Magnet Mate has his own special surprise - yellow is a rattle, red is a squeaker, and the blue is a teether. These functions make it a great learning toy. <br>Price: $18.95</td></tr><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588246&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/099-005.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588246&afftrack=' + sas691tabafftrackvalue + '&w=691">Wee Wedgits - eBeanstalk</a><br>Wee Wedgits will be your child\'s first play experience and it will be rewarding through soft, tactile response and color differentiation. They provide wonderful sensation to little hands through its squeezy-soft design and primary color layout. This soft, ploy-vinyl block set has smooth, rounded edges that provide hours of squeezy-stacking fun for children. They are made from non-toxic, phthalate free poly-vinyl material. <br>Price: $14.95</td></tr><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446807&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/089-002-0-14.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=456446807&afftrack=' + sas691tabafftrackvalue + '&w=691">My Home Town eBeanstalk</a><br>My Home Town features a playmat and a colorful set of oversized blocks that make-up a town and Main street. Build a different town every time which, making it a great learning toy.<br>Price: $26.95</td></tr></table></div><div id="sas691tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588150&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/018-004.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588150&afftrack=' + sas691tabafftrackvalue + '&w=691">Edutile Blocks - ABC eBeanstalk</a><br>These blocks are 4 toys in 1...WE LOVE THEM AND SO DO THE KIDS! Edutile Blocks ABC are washable giant, colorful, soft, interlocking tiles and numbers that make excellent play mats, storage boxes, tents, and creative games. "A" is for Apple which means it\'s an educational toy.<br>Price: $44.95</td></tr><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588151&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/018-008-0-22.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588151&afftrack=' + sas691tabafftrackvalue + '&w=691">Wood-Like Soft Blocks eBeanstalk</a><br>Wood-Like Soft Blocks are made of soft foam that looks like real wood. They can be played with on the floor or in the bath because they float and stick easily to the bathtub tile walls when wet which means it\'s an educational toy.<br>Price: $33.95</td></tr><tr><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588143&afftrack=' + sas691tabafftrackvalue + '&w=691"><img src="http://www.ebeanstalk.com/images/thumbs/005-002-0-44.jpg" border="0"></a></td><td class="sas691contentboxfont"><a class="sas691tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas691tabidvalue + '&productID=458588143&afftrack=' + sas691tabafftrackvalue + '&w=691">Krinkles eBeanstalk</a><br>Krinkles are multi-colored plastic blocks that fit together in several different ways. The set comes with 50 pieces and its own carrying case which makes it a great educational toy.<br>Price: $25.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas691switchtabs(1);

