
function sas686switchtabs(tabid) {

for (i=0;i<sas686mytabs.length;i++)
{
	if (sas686mytabs[i] == tabid) {
		document.getElementById('sas686tab'+sas686mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas686tabcell'+sas686mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas686tabcell'+sas686mytabs[i]).className = 'sas686tabheaderon';
		document.getElementById('sas686tabbottom'+sas686mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas686tabtop'+sas686mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas686tablink'+sas686mytabs[i]).className = 'sas686tablinkon';
	}
	else {
		document.getElementById('sas686tab'+sas686mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas686tabcell'+sas686mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas686tabbottom'+sas686mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas686tabtop'+sas686mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas686tablink'+sas686mytabs[i]).className = 'sas686tablink';
		document.getElementById('sas686tabcell'+sas686mytabs[i]).className = 'sas686tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas686tablink: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.sas686tablink: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.sas686tablink: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.sas686tablink: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.sas686tablinkon: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.sas686tablinkon: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.sas686tablinkon: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.sas686tablinkon: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('.sas686tabheaderon');
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('.sas686tabheaderoff');
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('.sas686tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas686tabbottom');
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('.sas686tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas686tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas686tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas686contentbox');
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('.sas686contentboxfont');
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.sas686tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas686tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas686tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas686tabcontentlink: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="sas686tabtop1" class="sas686tabtop"></td><td class="sas686tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas686tabtop2" class="sas686tabtop"></td><td class="sas686tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas686tabtop3" class="sas686tabtop"></td></tr><tr><td id="sas686tabcell1" class="sas686tabheaderon"><a href="#" onClick="sas686switchtabs(1); return false;" class="sas686tablink" id="sas686tablink1">ABC Toys</a></td><td class="sas686tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas686tabcell2" class="sas686tabheaderoff"><a href="#" onClick="sas686switchtabs(2); return false;" class="sas686tablink" id="sas686tablink2">ABC Toys (Page 2)</a></td><td class="sas686tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas686tabcell3" class="sas686tabheaderoff"><a href="#" onClick="sas686switchtabs(3); return false;" class="sas686tablink" id="sas686tablink3">ABC Toys (Page 3)</a></td></tr><tr><td id="sas686tabbottom1" class="sas686tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas686tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas686tabbottom2" class="sas686tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas686tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas686tabbottom3" class="sas686tabbottom"><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="sas686contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas686tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446806&afftrack=' + sas686tabafftrackvalue + '&w=686"><img src="http://www.ebeanstalk.com/images/thumbs/089-001-0-03.jpg" border="0"></a></td><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446806&afftrack=' + sas686tabafftrackvalue + '&w=686">Baby Animals Nesting Blocks eBeanstalk</a><br>This fantastic set of educational toys is very soft and super cuddly. These unique nesting blocks also include a first-learning board-book filled with Susan Winget\'s charming illustrations. <br>Price: $26.95</td></tr><tr><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=458588140&afftrack=' + sas686tabafftrackvalue + '&w=686"><img src="http://www.ebeanstalk.com/images/thumbs/002-074.jpg" border="0"></a></td><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=458588140&afftrack=' + sas686tabafftrackvalue + '&w=686">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="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=458588150&afftrack=' + sas686tabafftrackvalue + '&w=686"><img src="http://www.ebeanstalk.com/images/thumbs/018-004.jpg" border="0"></a></td><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=458588150&afftrack=' + sas686tabafftrackvalue + '&w=686">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></table></div><div id="sas686tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446576&afftrack=' + sas686tabafftrackvalue + '&w=686"><img src="http://www.ebeanstalk.com/images/thumbs/033-008-0-23.jpg" border="0"></a></td><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446576&afftrack=' + sas686tabafftrackvalue + '&w=686">ABC Train Puzzle eBeanstalk</a><br>All aboard for ABC\'s. The ABC Train Puzzle features different train cars, each displaying an object that begins with a letter of the alphabet. When the Train Puzzle is complete, it makes a colorful alphabet train showing both upper and lower case letters. It\'s a great educational toy.<br>Price: $14.95</td></tr><tr><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446671&afftrack=' + sas686tabafftrackvalue + '&w=686"><img src="http://www.ebeanstalk.com/images/thumbs/053-014-0-24.jpg" border="0"></a></td><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446671&afftrack=' + sas686tabafftrackvalue + '&w=686">ABC Sounds Puzzle eBeanstalk</a><br>The ABC Sounds Puzzle is a brightly-colored, wooden puzzle that says the name of each letter as the puzzle pieces are properly placed on the board. It\'s a great educational toy.<br>Price: $21.95</td></tr></table></div><div id="sas686tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446659&afftrack=' + sas686tabafftrackvalue + '&w=686"><img src="http://www.ebeanstalk.com/images/thumbs/052-001-0-44.jpg" border="0"></a></td><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446659&afftrack=' + sas686tabafftrackvalue + '&w=686">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><tr><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446822&afftrack=' + sas686tabafftrackvalue + '&w=686"><img src="http://www.ebeanstalk.com/images/thumbs/100-003-0-42.jpg" border="0"></a></td><td class="sas686contentboxfont"><a class="sas686tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas686tabidvalue + '&productID=456446822&afftrack=' + sas686tabafftrackvalue + '&w=686">Fun With Letters eBeanstalk</a><br>Fun With Letters is a magnetic learning board that features a brightly-colored magnetic board with pictures and words, 88 magnetic letter tiles, and a reusable storage pouch which makes it a great educational toy.<br>Price: $10.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas686switchtabs(1);

