
function sas685switchtabs(tabid) {

for (i=0;i<sas685mytabs.length;i++)
{
	if (sas685mytabs[i] == tabid) {
		document.getElementById('sas685tab'+sas685mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas685tabcell'+sas685mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas685tabcell'+sas685mytabs[i]).className = 'sas685tabheaderon';
		document.getElementById('sas685tabbottom'+sas685mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas685tabtop'+sas685mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas685tablink'+sas685mytabs[i]).className = 'sas685tablinkon';
	}
	else {
		document.getElementById('sas685tab'+sas685mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas685tabcell'+sas685mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas685tabbottom'+sas685mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas685tabtop'+sas685mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas685tablink'+sas685mytabs[i]).className = 'sas685tablink';
		document.getElementById('sas685tabcell'+sas685mytabs[i]).className = 'sas685tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas685tablink: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.sas685tablink: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.sas685tablink: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.sas685tablink: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.sas685tablinkon: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.sas685tablinkon: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.sas685tablinkon: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.sas685tablinkon: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('.sas685tabheaderon');
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('.sas685tabheaderoff');
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('.sas685tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas685tabbottom');
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('.sas685tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas685tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas685tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas685contentbox');
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('.sas685contentboxfont');
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.sas685tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas685tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas685tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas685tabcontentlink: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="sas685tabtop1" class="sas685tabtop"></td><td class="sas685tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas685tabtop2" class="sas685tabtop"></td><td class="sas685tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas685tabtop3" class="sas685tabtop"></td></tr><tr><td id="sas685tabcell1" class="sas685tabheaderon"><a href="#" onClick="sas685switchtabs(1); return false;" class="sas685tablink" id="sas685tablink1">123 Toys</a></td><td class="sas685tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas685tabcell2" class="sas685tabheaderoff"><a href="#" onClick="sas685switchtabs(2); return false;" class="sas685tablink" id="sas685tablink2">123 Toys (Page 2)</a></td><td class="sas685tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas685tabcell3" class="sas685tabheaderoff"><a href="#" onClick="sas685switchtabs(3); return false;" class="sas685tablink" id="sas685tablink3">123 Toys (Page 3)</a></td></tr><tr><td id="sas685tabbottom1" class="sas685tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas685tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas685tabbottom2" class="sas685tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas685tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas685tabbottom3" class="sas685tabbottom"><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="sas685contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas685tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446607&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/039-002-0-11.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446607&afftrack=' + sas685tabafftrackvalue + '&w=685">Moms On The Phone - Patrick eBeanstalk</a><br>Moms on the Phone is a great learning toy! This features different tones, three different songs, A RECORD BUTTON on the back that lets you record a message of up to ten seconds, and a large button at the front of the phone that plays the message back. Batteries included.<br>Price: $17.95</td></tr><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=458588140&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/002-074.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=458588140&afftrack=' + sas685tabafftrackvalue + '&w=685">Deluxe Bath Kit - Boy - eBeanstalk</a><br>This Deluxe Bath Kit is an ebeanstalk exclusive. It includes: dinosaur island, shaving in thetub, hoops for the tub, magnetic boats for the tub, pirates squirters, stickers for the tub--beep beep and star crayon. These are all bath toys for boys for 1 - 3 year olds.<br>Price: $71.95</td></tr><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=458588234&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/082-005.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=458588234&afftrack=' + sas685tabafftrackvalue + '&w=685">Teddy bears schoolhouse eBeanstalk</a><br>The Teddy Bear Schoolhouse is a unique, interactive soft book and play set. Just place the 3-D teddy bear figures on the picture pages (they stick!) to be the teacher at your very own schoolhouse! For extra fun there?s a sturdy, stand-up schoolhouse that?s perfect for creative play - and to keep your teddy bear friends safely stored away.<br>Price: $20.95</td></tr></table></div><div id="sas685tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446589&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/035-008-0-14.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446589&afftrack=' + sas685tabafftrackvalue + '&w=685">Farm Friends Bowling eBeanstalk</a><br>S T R I K E ! Bowling on the Farm includes brightly colored, numbered, textured bowling pins in the shape of farm animals. Each pin makes a noise when shaken and the colorful bowling ball makes a chiming noise as it rolls. It is a great educational toy.<br>Price: $25.95</td></tr><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446625&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/045-003-0-14.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446625&afftrack=' + sas685tabafftrackvalue + '&w=685">Counting Cookies eBeanstalk</a><br>I love to count! Counting Cookies includes ten numbered cookies, each with the corresponding number of chips on top.  The Counting Cookies are made of soft plastic and come in their own sturdy plastic cookie jar. It\'s a great educational toy.<br>Price: $16.95</td></tr><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446618&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/042-005-0-21.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446618&afftrack=' + sas685tabafftrackvalue + '&w=685">Number Express eBeanstalk</a><br>Choo Choo!  All abroad for The Number Express, a number puzzle, peg set and creative play board all in one. The rubber train puzzle is a tactile, entertaining way to learn numbers which makes it a great educational toy!<br>Price: $15.95</td></tr></table></div><div id="sas685tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446544&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/027-005-0-22.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446544&afftrack=' + sas685tabafftrackvalue + '&w=685">Wooden Cash Register eBeanstalk</a><br>The Wooden Cash Register features opening lid, a counting strip and colored buttons for little fingers to push as they check you out of the grocery store. It\'s a great  educational toy. NOTE: this toy does not come with play-money.<br>Price: $39.95</td></tr><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=458588123&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/002-010-0-42.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=458588123&afftrack=' + sas685tabafftrackvalue + '&w=685">Hopscotch Floor Tiles eBeanstalk</a><br>Hopscotch Floor Tiles feature six indoor & outdoor games for two to four players. The pieces are held inside a giant book with zippered sides and handle which makes it a great educational toy. Hopscotch Floor Tiles includes 96 game pieces and easy to follow instructions. Dimensions: 23" W X 81" L<br>Price: $25.95</td></tr><tr><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446659&afftrack=' + sas685tabafftrackvalue + '&w=685"><img src="http://www.ebeanstalk.com/images/thumbs/052-001-0-44.jpg" border="0"></a></td><td class="sas685contentboxfont"><a class="sas685tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas685tabidvalue + '&productID=456446659&afftrack=' + sas685tabafftrackvalue + '&w=685">ABC 123 Magnetic Poetry eBeanstalk</a><br>The ABC 123 Magnetic Poetry set includes over 130 colorful alphabet and number magnets, and a clear plastic box to keep them in which makes it a great educational toy.<br>Price: $15.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas685switchtabs(1);

