
function sas692switchtabs(tabid) {

for (i=0;i<sas692mytabs.length;i++)
{
	if (sas692mytabs[i] == tabid) {
		document.getElementById('sas692tab'+sas692mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas692tabcell'+sas692mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas692tabcell'+sas692mytabs[i]).className = 'sas692tabheaderon';
		document.getElementById('sas692tabbottom'+sas692mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas692tabtop'+sas692mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas692tablink'+sas692mytabs[i]).className = 'sas692tablinkon';
	}
	else {
		document.getElementById('sas692tab'+sas692mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas692tabcell'+sas692mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas692tabbottom'+sas692mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas692tabtop'+sas692mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas692tablink'+sas692mytabs[i]).className = 'sas692tablink';
		document.getElementById('sas692tabcell'+sas692mytabs[i]).className = 'sas692tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas692tablink: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.sas692tablink: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.sas692tablink: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.sas692tablink: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.sas692tablinkon: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.sas692tablinkon: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.sas692tablinkon: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.sas692tablinkon: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('.sas692tabheaderon');
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('.sas692tabheaderoff');
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('.sas692tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas692tabbottom');
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('.sas692tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas692tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas692tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas692contentbox');
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('.sas692contentboxfont');
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.sas692tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas692tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas692tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas692tabcontentlink: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="sas692tabtop1" class="sas692tabtop"></td><td class="sas692tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas692tabtop2" class="sas692tabtop"></td><td class="sas692tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas692tabtop3" class="sas692tabtop"></td></tr><tr><td id="sas692tabcell1" class="sas692tabheaderon"><a href="#" onClick="sas692switchtabs(1); return false;" class="sas692tablink" id="sas692tablink1">Toy Cars & Trucks</a></td><td class="sas692tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas692tabcell2" class="sas692tabheaderoff"><a href="#" onClick="sas692switchtabs(2); return false;" class="sas692tablink" id="sas692tablink2">Toy Cars & Trucks (Page 2)</a></td><td class="sas692tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas692tabcell3" class="sas692tabheaderoff"><a href="#" onClick="sas692switchtabs(3); return false;" class="sas692tablink" id="sas692tablink3">Toy Cars & Trucks (Page 3)</a></td></tr><tr><td id="sas692tabbottom1" class="sas692tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas692tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas692tabbottom2" class="sas692tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas692tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas692tabbottom3" class="sas692tabbottom"><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="sas692contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas692tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446657&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/050-017-0-03.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446657&afftrack=' + sas692tabafftrackvalue + '&w=692">Terry the Tow Truck eBeanstalk</a><br>Terry the Tow Truck is a SOFT tow truck with a retractable hook at the end. It also features lights that blink and plastic wheels that click as they move. Terry is a great learning toy! Batteries included.<br>Price: $20.95</td></tr><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588171&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/035-020-0-11.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588171&afftrack=' + sas692tabafftrackvalue + '&w=692">Super Shapes Dump Truck eBeanstalk</a><br>This dump truck is a great educational toy that provides lots for your child to explore.  Push the hammer to hear hammering sounds, push the saw to hear sawing noises and push shapes through the matching holes to hear magical sounds.  Push the lever to dump four shapes from the truck. Your child can then turn these four shapes into animal friends. Batteries included.<br>Price: $30.95</td></tr><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446598&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/035-017-0-12.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446598&afftrack=' + sas692tabafftrackvalue + '&w=692">Zoom Around The Garage eBeanstalk</a><br>Zoom Around Garage features 2 cars and a 2-story garage with realistic race car and gas pump sounds as well as flashing lights and an elevator that goes up and down which makes it a great educational toy.  <br>Price: $69.95</td></tr></table></div><div id="sas692tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446506&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/020-003-0-14.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446506&afftrack=' + sas692tabafftrackvalue + '&w=692">Wooden Speedy Car eBeanstalk</a><br>The Speedy Car is a fun wooden car in a sleek design. Made of beech wood and joined together with only dowels and glue, this toy is built to last!<br>Price: $24.95</td></tr><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588147&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/005-012.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588147&afftrack=' + sas692tabafftrackvalue + '&w=692">Front Loader eBeanstalk</a><br>The Front Loader is a truck that has a flexible shovel and it comes with 1 worker. Dimensions: 15 x 6 x 6 5/8<br>Price: $17.95</td></tr><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588148&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/005-013.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588148&afftrack=' + sas692tabafftrackvalue + '&w=692">Fire Engine - eBeanstalk</a><br>The Fire Engine comes with 2 firemen. The cab tilts to access the removable driver and the ladder pivots to an upright position. Dimensions: 11 3/4" x 6" x 7 1/2". <br>Price: $17.95</td></tr><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588177&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/035-028.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588177&afftrack=' + sas692tabafftrackvalue + '&w=692">Safari Animal Tractor - eBeanstalk</a><br>The Safari Animal Tractor includes six safari animals that make sounds when placed in the appropriate spots inside the trailer! Push the funnel to hear engine sounds and watch the tractor roll forward. The driver\'s seat and steering wheel also make sounds when pressed! This small toy for kids is not only fun, but it is a learning toy to help teach your child about shapes and sounds!<br>Price: $31.95</td></tr></table></div><div id="sas692tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446576&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/033-008-0-23.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446576&afftrack=' + sas692tabafftrackvalue + '&w=692">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="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588163&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/029-003.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=458588163&afftrack=' + sas692tabafftrackvalue + '&w=692">Police Helicopter eBeanstalk</a><br>This well-crafted wooden toy includes a police helicopter and 1 police man. <br>Price: $19.95</td></tr><tr><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446709&afftrack=' + sas692tabafftrackvalue + '&w=692"><img src="http://www.ebeanstalk.com/images/thumbs/060-001-0-41.jpg" border="0"></a></td><td class="sas692contentboxfont"><a class="sas692tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas692tabidvalue + '&productID=456446709&afftrack=' + sas692tabafftrackvalue + '&w=692">Crane Set eBeanstalk</a><br>The Crane Set is a well-crafted wooden set that features a crane, construction sign, two road blocks, two street cones, a concrete mixer and two figures of a foreman and worker which makes it a great learning toy.<br>Price: $51.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas692switchtabs(1);

