
function sas699switchtabs(tabid) {

for (i=0;i<sas699mytabs.length;i++)
{
	if (sas699mytabs[i] == tabid) {
		document.getElementById('sas699tab'+sas699mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas699tabcell'+sas699mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas699tabcell'+sas699mytabs[i]).className = 'sas699tabheaderon';
		document.getElementById('sas699tabbottom'+sas699mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas699tabtop'+sas699mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas699tablink'+sas699mytabs[i]).className = 'sas699tablinkon';
	}
	else {
		document.getElementById('sas699tab'+sas699mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas699tabcell'+sas699mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas699tabbottom'+sas699mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas699tabtop'+sas699mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas699tablink'+sas699mytabs[i]).className = 'sas699tablink';
		document.getElementById('sas699tabcell'+sas699mytabs[i]).className = 'sas699tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas699tablink: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.sas699tablink: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.sas699tablink: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.sas699tablink: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.sas699tablinkon: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.sas699tablinkon: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.sas699tablinkon: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.sas699tablinkon: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('.sas699tabheaderon');
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('.sas699tabheaderoff');
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('.sas699tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas699tabbottom');
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('.sas699tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas699tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas699tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas699contentbox');
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('.sas699contentboxfont');
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.sas699tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas699tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas699tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas699tabcontentlink: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="sas699tabtop1" class="sas699tabtop"></td><td class="sas699tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabtop2" class="sas699tabtop"></td><td class="sas699tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabtop3" class="sas699tabtop"></td><td class="sas699tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabtop4" class="sas699tabtop"></td></tr><tr><td id="sas699tabcell1" class="sas699tabheaderon"><a href="#" onClick="sas699switchtabs(1); return false;" class="sas699tablink" id="sas699tablink1">Outdoor Toys & Games</a></td><td class="sas699tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabcell2" class="sas699tabheaderoff"><a href="#" onClick="sas699switchtabs(2); return false;" class="sas699tablink" id="sas699tablink2">Outdoor Toys & Games</a></td><td class="sas699tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabcell3" class="sas699tabheaderoff"><a href="#" onClick="sas699switchtabs(3); return false;" class="sas699tablink" id="sas699tablink3">Outdoor Toys & Games</a></td><td class="sas699tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabcell4" class="sas699tabheaderoff"><a href="#" onClick="sas699switchtabs(4); return false;" class="sas699tablink" id="sas699tablink4">Outdoor Toys & Games</a></td></tr><tr><td id="sas699tabbottom1" class="sas699tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas699tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabbottom2" class="sas699tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas699tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabbottom3" class="sas699tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas699tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas699tabbottom4" class="sas699tabbottom"><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="sas699contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas699tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588145&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/005-008-0-11.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588145&afftrack=' + sas699tabafftrackvalue + '&w=699">My First RC eBeanstalk</a><br>As simple but effective learning toys go, My First RC is it. It has a simple one-button operation and it turns itself around when it hits an obstacle. It has a transparent hood that shows the engine working! It also has flashing lights and car sounds. Size: (6" X 5-1/4" X 4") Comes in Assorted colors. <br>Price: $25.95</td></tr><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446763&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/081-003-0-13.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446763&afftrack=' + sas699tabafftrackvalue + '&w=699">Nobbie Gertie Ball eBeanstalk</a><br>The Nobbie Gertie Ball is covered in squeezable, silly bumps that make it easy to catch. Even us clumsy, overtired parents can catch this super grippy ball.  It is a winner. This ball inflates easily with a straw.<br>Price: $9.95</td></tr></table></div><div id="sas699tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446630&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/047-001-0-13.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446630&afftrack=' + sas699tabafftrackvalue + '&w=699">Bubble Bucket eBeanstalk</a><br>Bubbles...Bubbles...everywhere...make this one of our most popular toddler toys. The Bubble Bucket has a patented no-spill design that eliminates bubble spills, and a wide base that adds stability. This allows three kids to play with the Bubble Bucket at a time without spills.<br>Price: $16.95</td></tr><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446776&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/081-018-0-13.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446776&afftrack=' + sas699tabafftrackvalue + '&w=699">Magic Gertie Ball eBeanstalk</a><br>The Magic Gertie Ball changes color with touch...pale blue when warm and purple when cold. Kids love to see handprints, faceprints or other custom designs magically appear on the ball\'s surface. The Gertie balls slightly sticky surface makes them extra easy to throw and catch and because they are always light and gentle they are safe for indoor play. It\'s the only ball that travels well, simply deflate flat for easy packing.<br>Price: $7.95</td></tr><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446789&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/084-003-1-13.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446789&afftrack=' + sas699tabafftrackvalue + '&w=699">Motorcycle eBeanstalk</a><br>Vroom.  Vroom. This little bike with racer-like styling is perfect for active toddlers. Wide wheels help children balance and easy grip handles fit small hands. Realistic headlights, taillights and air intake decals make pretend play more exciting than ever before which makes it a great learning toy. Minimal adult assembly required.<br>Price: $40.95</td></tr></table></div><div id="sas699tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446722&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/064-001-0-12.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446722&afftrack=' + sas699tabafftrackvalue + '&w=699">Classic Walker Wagon eBeanstalk</a><br>This is one of our most popular toys for a baby or toddler. Also, over half of the purchases for this are for a baby gift. The Classic Walker Wagon has been updated to be sturdier, heavier and slower moving than the original. It makes a gentle clicking sound as it moves about. <br>Price: $89.95</td></tr><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446723&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/064-002-0-13.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=456446723&afftrack=' + sas699tabafftrackvalue + '&w=699">Retro Rocket eBeanstalk</a><br>3-2-1...Blastoff! The Retro Rocket is a beautifully-crafted, low-to-the-ground, ride-on vehicle that features push-button sound effects, lights, and vibrating motion.<br>Price: $69.95</td></tr><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588225&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/064-001-0-22.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588225&afftrack=' + sas699tabafftrackvalue + '&w=699">Classic Walker Wagon eBeanstalk</a><br>The Classic Walker Wagon has been updated to be sturdier, heavier and slower moving than the original. It makes a gentle clicking sound as it moves about. Dimensions: 22"H x 12"L x 15.25"W<br>Price: $89.95</td></tr><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588312&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/800-026.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588312&afftrack=' + sas699tabafftrackvalue + '&w=699">Pink Princess Trike eBeanstalk</a><br>Your little princess will love pedaling around the driveway on this HOT PINK TRIKE (WITH WORKING HEADLIGHTS)! This beautiful 1936 replica is a collectible for years to come, with the original Sky King trikes selling for over $3000, these great looking trikes are now affordable for the whole family and the future collectors of the replicas which makes it an learning toy. Made of high quality steel and identical in every way to the Sky King of old.<br>Price: $250.95</td></tr></table></div><div id="sas699tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588159&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/026-005-0-31.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588159&afftrack=' + sas699tabafftrackvalue + '&w=699">Hop 45 eBeanstalk</a><br>The Hop 45 ball is made from super strong, yet (latex-free) soft vinyl material and has a special patented handgrip safety handle.  Hop 45 can be used indoors or outdoors and inflates easily with a hand or foot pump which makes it an learning toy.<br>Price: $31.95</td></tr><tr><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588244&afftrack=' + sas699tabafftrackvalue + '&w=699"><img src="http://www.ebeanstalk.com/images/thumbs/091-003.jpg" border="0"></a></td><td class="sas699contentboxfont"><a class="sas699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas699tabidvalue + '&productID=458588244&afftrack=' + sas699tabafftrackvalue + '&w=699">Fun Gripper Golf Set - eBeanstalk</a><br>The Fun Gripper Golf Set will make any kid feels like a pro with this six-piece set that includes three clubs, two balls and a sturdy nylon bag. The easy-to-handle non-slip clubs and balls give young golfers the confidence to keep playing through.<br>Price: $31.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas699switchtabs(1);

