
function sas688switchtabs(tabid) {

for (i=0;i<sas688mytabs.length;i++)
{
	if (sas688mytabs[i] == tabid) {
		document.getElementById('sas688tab'+sas688mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas688tabcell'+sas688mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas688tabcell'+sas688mytabs[i]).className = 'sas688tabheaderon';
		document.getElementById('sas688tabbottom'+sas688mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas688tabtop'+sas688mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas688tablink'+sas688mytabs[i]).className = 'sas688tablinkon';
	}
	else {
		document.getElementById('sas688tab'+sas688mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas688tabcell'+sas688mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas688tabbottom'+sas688mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas688tabtop'+sas688mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas688tablink'+sas688mytabs[i]).className = 'sas688tablink';
		document.getElementById('sas688tabcell'+sas688mytabs[i]).className = 'sas688tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas688tablink: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.sas688tablink: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.sas688tablink: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.sas688tablink: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.sas688tablinkon: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.sas688tablinkon: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.sas688tablinkon: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.sas688tablinkon: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('.sas688tabheaderon');
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('.sas688tabheaderoff');
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('.sas688tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas688tabbottom');
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('.sas688tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas688tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas688tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas688contentbox');
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('.sas688contentboxfont');
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.sas688tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas688tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas688tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas688tabcontentlink: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="sas688tabtop1" class="sas688tabtop"></td><td class="sas688tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas688tabtop2" class="sas688tabtop"></td><td class="sas688tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas688tabtop3" class="sas688tabtop"></td></tr><tr><td id="sas688tabcell1" class="sas688tabheaderon"><a href="#" onClick="sas688switchtabs(1); return false;" class="sas688tablink" id="sas688tablink1">Baby Shower Gifts</a></td><td class="sas688tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas688tabcell2" class="sas688tabheaderoff"><a href="#" onClick="sas688switchtabs(2); return false;" class="sas688tablink" id="sas688tablink2">Baby Shower Gifts (Page 2)</a></td><td class="sas688tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas688tabcell3" class="sas688tabheaderoff"><a href="#" onClick="sas688switchtabs(3); return false;" class="sas688tablink" id="sas688tablink3">Baby Shower Gifts (Page 3)</a></td></tr><tr><td id="sas688tabbottom1" class="sas688tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas688tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas688tabbottom2" class="sas688tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas688tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas688tabbottom3" class="sas688tabbottom"><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="sas688contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas688tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446654&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/050-012-2-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446654&afftrack=' + sas688tabafftrackvalue + '&w=688">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><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=458588180&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/035-034.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=458588180&afftrack=' + sas688tabafftrackvalue + '&w=688">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="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=458588266&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/108-010.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=458588266&afftrack=' + sas688tabafftrackvalue + '&w=688">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="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446501&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/019-002-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446501&afftrack=' + sas688tabafftrackvalue + '&w=688">Ladybird Playmat - eBeanstalk</a><br>The Ladybird Playmat is a fabulous educational toy because it will stimulate your little one with a rattle, squeaky toys, a baby-safe mirror, a velcro bumblebee and a little ladybug plush toy.<br>Price: $60.95</td></tr></table></div><div id="sas688tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446546&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/027-007-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446546&afftrack=' + sas688tabafftrackvalue + '&w=688">Dream Meadow - eBeanstalk</a><br>The Dream Meadow is actually multiple learning toys as the items rustle, squeak and move.  The sides can be conveniently folded up to change the playmat into a little bed, which is handy for travel. The soft play gym is made of removable machine-washable cotton/polyester and soft foam. dimensions:<br>Price: $173.95</td></tr><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446570&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/033-001-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446570&afftrack=' + sas688tabafftrackvalue + '&w=688">Suction Cup Zoo Mobile - eBeanstalk</a><br>The Suction Cup Zoo Mobile has three brightly colored stuffed animals that hang above your child to entertain your infant making it a great educational toy.  It is conveniently lightweight and portable and has two suction cups that easily attach to a car window or any smooth surface. <br>Price: $18.95</td></tr><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446577&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/033-009-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446577&afftrack=' + sas688tabafftrackvalue + '&w=688">Foot Rattles eBeanstalk</a><br>Baby\'s natural kicking motion will become a source of non-stop entertainment with this pair of colorful, rattling socks. These are great for the development of a child. And they are super duper cute too boot (pardon the pun). <br>Price: $11.95</td></tr><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446608&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/039-003-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446608&afftrack=' + sas688tabafftrackvalue + '&w=688">Fold & Go Deluxe Playmat - eBeanstalk</a><br>This versatile Fold & Go Deluxe Playmat turns into a cuddly crib that comfortably cradles your baby for naptime, or expands for use as a jumbo-sized baby playground.  It is more  than a playmat...it turns into fantastic learning toys for your baby.  <br>Price: $82.95</td></tr><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446596&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/035-015-2-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446596&afftrack=' + sas688tabafftrackvalue + '&w=688">Pink Soft & Snuggly Blanket eBeanstalk</a><br>This generously cut blanket will cuddle your infant with warm fleece on one side and soft, cushy velour fur on the other. <br>Price: $30.95</td></tr></table></div><div id="sas688tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446613&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/040-003-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446613&afftrack=' + sas688tabafftrackvalue + '&w=688">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="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446648&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/050-006-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446648&afftrack=' + sas688tabafftrackvalue + '&w=688">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="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446653&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/050-011-1-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446653&afftrack=' + sas688tabafftrackvalue + '&w=688">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><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446793&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/086-004-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446793&afftrack=' + sas688tabafftrackvalue + '&w=688">Clip & Go Mobile - eBeanstalk</a><br>The Clip & Go Mobile is more than a mobile, it is a convenient educational toy. It stimulates the senses with motion, music, and bright colors. This mobile even attaches to your stroller for the on-the-go baby and mommy. One of our most popular toys for baby gifts. Batteries included.<br>Price: $26.95</td></tr><tr><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446797&afftrack=' + sas688tabafftrackvalue + '&w=688"><img src="http://www.ebeanstalk.com/images/thumbs/086-009-0-01.jpg" border="0"></a></td><td class="sas688contentboxfont"><a class="sas688tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas688tabidvalue + '&productID=456446797&afftrack=' + sas688tabafftrackvalue + '&w=688">Activitot Tropical Isle eBeanstalk</a><br>17 fun developmental activities, including a special tummy-time pillow and unique vertical toys, provide baby with an endless ways to play. This toy has a multiple configurations and playing positions to keep your little one comfy and stimulated.<br>Price: $83.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas688switchtabs(1);

