
function sas694switchtabs(tabid) {

for (i=0;i<sas694mytabs.length;i++)
{
	if (sas694mytabs[i] == tabid) {
		document.getElementById('sas694tab'+sas694mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas694tabcell'+sas694mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas694tabcell'+sas694mytabs[i]).className = 'sas694tabheaderon';
		document.getElementById('sas694tabbottom'+sas694mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas694tabtop'+sas694mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas694tablink'+sas694mytabs[i]).className = 'sas694tablinkon';
	}
	else {
		document.getElementById('sas694tab'+sas694mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas694tabcell'+sas694mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas694tabbottom'+sas694mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas694tabtop'+sas694mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas694tablink'+sas694mytabs[i]).className = 'sas694tablink';
		document.getElementById('sas694tabcell'+sas694mytabs[i]).className = 'sas694tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas694tablink: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.sas694tablink: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.sas694tablink: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.sas694tablink: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.sas694tablinkon: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.sas694tablinkon: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.sas694tablinkon: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.sas694tablinkon: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('.sas694tabheaderon');
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('.sas694tabheaderoff');
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('.sas694tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas694tabbottom');
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('.sas694tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas694tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas694tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas694contentbox');
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('.sas694contentboxfont');
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.sas694tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas694tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas694tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas694tabcontentlink: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="sas694tabtop1" class="sas694tabtop"></td><td class="sas694tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas694tabtop2" class="sas694tabtop"></td><td class="sas694tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas694tabtop3" class="sas694tabtop"></td></tr><tr><td id="sas694tabcell1" class="sas694tabheaderon"><a href="#" onClick="sas694switchtabs(1); return false;" class="sas694tablink" id="sas694tablink1">Crib Toys</a></td><td class="sas694tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas694tabcell2" class="sas694tabheaderoff"><a href="#" onClick="sas694switchtabs(2); return false;" class="sas694tablink" id="sas694tablink2">Crib Toys (Page 2)</a></td><td class="sas694tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas694tabcell3" class="sas694tabheaderoff"><a href="#" onClick="sas694switchtabs(3); return false;" class="sas694tablink" id="sas694tablink3">Crib Toys (Page 3)</a></td></tr><tr><td id="sas694tabbottom1" class="sas694tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas694tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas694tabbottom2" class="sas694tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas694tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas694tabbottom3" class="sas694tabbottom"><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="sas694contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas694tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446613&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/040-003-0-01.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446613&afftrack=' + sas694tabafftrackvalue + '&w=694">Zolo Linko - eBeanstalk</a><br>This is one activity-loaded teething toy that is comprised of many learning toys. Zolo Linkos connect to create a chain or clip onto other Zolo baby toys. Zolo Linko features three lovable characters, four bite and chew teethers, four hold-together rings and a variety of textures.  <br>Price: $32.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446648&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/050-006-0-01.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446648&afftrack=' + sas694tabafftrackvalue + '&w=694">Wimmer Ferguson Mobile - eBeanstalk</a><br>The Wimmer Ferguson Stim-mobile is fabulous! This unique mobile contrasts objects of bright color with bold black-and-white designs, exposing baby to color contrast with simple to more complex images which makes it a super educational toy.<br>Price: $20.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446804&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/088-004-0-01.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446804&afftrack=' + sas694tabafftrackvalue + '&w=694">Deluxe Taggie Set eBeanstalk</a><br>The Taggie Set includes a Big Taggie, a Crib Taggie, and a Pillow Taggie. All are made of fleece and have exciting visual and tactile tags that surround the edges.  The Taggie Set is also a unique collection of learning toys for babies.<br>Price: $118.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=458588180&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/035-034.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=458588180&afftrack=' + sas694tabafftrackvalue + '&w=694">Activity Bumper - eBeanstalk</a><br>Whether it\'s time to play or time to nap our soft, crinkly crib bumper has an so much to offer! For newborns display the eye-catching black and white side to make this bumper a learning bumper. Press the star for soothing music to lull her to sleep. For older babies hang up the colorful side full of activities specially designed to stimulate her senses--plus lots of interactive tags!<br>Price: $32.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446654&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/050-012-2-01.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446654&afftrack=' + sas694tabafftrackvalue + '&w=694">Baby Tizoo - eBeanstalk</a><br>A smaller version of the super popular Tizoo, this cute little girl is made of brightly colored soft velour and is small enough to easily fit into your purse or diaper bag.<br>Price: $12.95</td></tr></table></div><div id="sas694tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446532&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/025-001-0-02.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446532&afftrack=' + sas694tabafftrackvalue + '&w=694">Tinkle Crinkle & Squeak eBeanstalk</a><br>A ?Junior? version of the gigantic six foot Tinkle Crinkle, ?Junior Tinkle Crinkle Rattle and Squeak tinkles, crinkles, rattles, and squeaks. It is super cute and super easy to love.  This is a fantastic baby gift. Get a few, make them baby gifts  for all the newborns. <br>Price: $14.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446609&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/039-004-0-03.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446609&afftrack=' + sas694tabafftrackvalue + '&w=694">Hungry Pelican eBeanstalk</a><br>The Hungry Pelican will keep your baby happy while on-the-go or in the crib. There\'s a rattling crab, squeaky octopus, crunchy fish and a rattling shrimp. All these pals go into the pelican and come out from his tummy. Your toddler will be stimulated by the different sounds, colors and activities...making this more than a bird...it is a learning bird toy!<br>Price: $35.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446746&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/074-004-0-02.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446746&afftrack=' + sas694tabafftrackvalue + '&w=694">Sassy Me In The Mirror eBeanstalk</a><br>This soft padded mirror can be hung so that a newborn can gaze into it while lying down, or it can be attached flat against the crib rails to accommodate a sitting baby.  It stands on its own outside the crib, providing tummy-time enjoyment.  Your baby will love to touch and pull on the sun, bug and bird. <br>Price: $15.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=458588261&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/108-002.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=458588261&afftrack=' + sas694tabafftrackvalue + '&w=694">Octotunes eBeanstalk</a><br>As baby toys go, the Octotunes is great. It will ensure your baby will have lots of fun making merry music. A different note is played as you push each tentacle. This soft, lovable character also teaches baby about nurturing play. Comes complete with a song book and a soft vanilla scent. Octotunes is a great educational toy. <br>Price: $28.95</td></tr></table></div><div id="sas694tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446796&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/086-008-0-01.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446796&afftrack=' + sas694tabafftrackvalue + '&w=694">Symphony Light & Sounds - eBeanstalk</a><br>The Symphony Light & Sounds mobile is a collaboration of classical music, nature sounds, movement, lights and liquid effects. It is full of great educational toys that go round and round for a newly born baby.  Batteries are included.<br>Price: $56.95</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=458588176&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/035-027.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=458588176&afftrack=' + sas694tabafftrackvalue + '&w=694">Shaggie Taggie - eBeanstalk</a><br>Shaggie Taggie is a snuggly soft puppy with lots of places to grab and hold. Pull on the bone and watch the puppy eat it up! Shaggie is a great learning toy because of the cause & effect he teaches to children without them even knowing it. <br>Price: $20.99</td></tr><tr><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446653&afftrack=' + sas694tabafftrackvalue + '&w=694"><img src="http://www.ebeanstalk.com/images/thumbs/050-011-1-01.jpg" border="0"></a></td><td class="sas694contentboxfont"><a class="sas694tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas694tabidvalue + '&productID=456446653&afftrack=' + sas694tabafftrackvalue + '&w=694">Baby Whoozit - eBeanstalk</a><br>A smaller version of the popular Whoozit, this cute little guy has a variety of squishy shapes, squeakers, rattles, and crinkly sounds.  Baby Whoozit is made of soft velour and is small enough to easily fit into your purse or diaper bag.<br>Price: $12.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas694switchtabs(1);

