
function sas690switchtabs(tabid) {

for (i=0;i<sas690mytabs.length;i++)
{
	if (sas690mytabs[i] == tabid) {
		document.getElementById('sas690tab'+sas690mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas690tabcell'+sas690mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas690tabcell'+sas690mytabs[i]).className = 'sas690tabheaderon';
		document.getElementById('sas690tabbottom'+sas690mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas690tabtop'+sas690mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas690tablink'+sas690mytabs[i]).className = 'sas690tablinkon';
	}
	else {
		document.getElementById('sas690tab'+sas690mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas690tabcell'+sas690mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas690tabbottom'+sas690mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas690tabtop'+sas690mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas690tablink'+sas690mytabs[i]).className = 'sas690tablink';
		document.getElementById('sas690tabcell'+sas690mytabs[i]).className = 'sas690tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas690tablink: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.sas690tablink: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.sas690tablink: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.sas690tablink: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.sas690tablinkon: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.sas690tablinkon: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.sas690tablinkon: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.sas690tablinkon: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('.sas690tabheaderon');
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('.sas690tabheaderoff');
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('.sas690tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas690tabbottom');
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('.sas690tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas690tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas690tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas690contentbox');
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('.sas690contentboxfont');
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.sas690tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas690tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas690tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas690tabcontentlink: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="sas690tabtop1" class="sas690tabtop"></td><td class="sas690tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas690tabtop2" class="sas690tabtop"></td></tr><tr><td id="sas690tabcell1" class="sas690tabheaderon"><a href="#" onClick="sas690switchtabs(1); return false;" class="sas690tablink" id="sas690tablink1">Hand Picked Books</a></td><td class="sas690tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas690tabcell2" class="sas690tabheaderoff"><a href="#" onClick="sas690switchtabs(2); return false;" class="sas690tablink" id="sas690tablink2">Hand Picked Books (Page 2)</a></td></tr><tr><td id="sas690tabbottom1" class="sas690tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas690tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas690tabbottom2" class="sas690tabbottom"><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="sas690contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas690tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=456446806&afftrack=' + sas690tabafftrackvalue + '&w=690"><img src="http://www.ebeanstalk.com/images/thumbs/089-001-0-03.jpg" border="0"></a></td><td class="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=456446806&afftrack=' + sas690tabafftrackvalue + '&w=690">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="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=458588156&afftrack=' + sas690tabafftrackvalue + '&w=690"><img src="http://www.ebeanstalk.com/images/thumbs/022-005.jpg" border="0"></a></td><td class="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=458588156&afftrack=' + sas690tabafftrackvalue + '&w=690">My First Puppets Book - eBeanstalk</a><br>My First Puppets Book is a colorful soft book that introduces children to puppets, while incorporating proven developmental stimuli such as high contrast colors, varied textures and noisemakers. It comes with small finger puppets along with big hand puppets attached to the pages. Dimensions is 8 x 8 inches.   <br>Price: $38.95</td></tr></table></div><div id="sas690tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=456446523&afftrack=' + sas690tabafftrackvalue + '&w=690"><img src="http://www.ebeanstalk.com/images/thumbs/022-003-0-04.jpg" border="0"></a></td><td class="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=456446523&afftrack=' + sas690tabafftrackvalue + '&w=690">My First Barnyard Book eBeanstalk</a><br>This is some book! It is quite beautiful. My First Barnyard Book is handcrafted, features four hand puppets and makes four different barnyard animal sounds - Oink, Moo, Cluck & Baaah which makes it a great educational toy.<br>Price: $50.95</td></tr><tr><td class="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=458588262&afftrack=' + sas690tabafftrackvalue + '&w=690"><img src="http://www.ebeanstalk.com/images/thumbs/108-003.jpg" border="0"></a></td><td class="sas690contentboxfont"><a class="sas690tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas690tabidvalue + '&productID=458588262&afftrack=' + sas690tabafftrackvalue + '&w=690">Peek A Boo Love You Book - eBeanstalk</a><br>In the Peek A Boo Love You Book baby plays peek-a-boo with the whole family. Big flaps are easy for little fingers to cover and uncover, making it a great learning toy.<br>Price: $15.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas690switchtabs(1);

