
function sas695switchtabs(tabid) {

for (i=0;i<sas695mytabs.length;i++)
{
	if (sas695mytabs[i] == tabid) {
		document.getElementById('sas695tab'+sas695mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas695tabcell'+sas695mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas695tabcell'+sas695mytabs[i]).className = 'sas695tabheaderon';
		document.getElementById('sas695tabbottom'+sas695mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas695tabtop'+sas695mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas695tablink'+sas695mytabs[i]).className = 'sas695tablinkon';
	}
	else {
		document.getElementById('sas695tab'+sas695mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas695tabcell'+sas695mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas695tabbottom'+sas695mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas695tabtop'+sas695mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas695tablink'+sas695mytabs[i]).className = 'sas695tablink';
		document.getElementById('sas695tabcell'+sas695mytabs[i]).className = 'sas695tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas695tablink: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.sas695tablink: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.sas695tablink: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.sas695tablink: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.sas695tablinkon: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.sas695tablinkon: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.sas695tablinkon: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.sas695tablinkon: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('.sas695tabheaderon');
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('.sas695tabheaderoff');
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('.sas695tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas695tabbottom');
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('.sas695tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas695tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas695tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas695contentbox');
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('.sas695contentboxfont');
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.sas695tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas695tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas695tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas695tabcontentlink: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="sas695tabtop1" class="sas695tabtop"></td></tr><tr><td id="sas695tabcell1" class="sas695tabheaderon"><a href="#" onClick="sas695switchtabs(1); return false;" class="sas695tablink" id="sas695tablink1">Doll Houses</a></td></tr><tr><td id="sas695tabbottom1" class="sas695tabbottom"><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="sas695contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas695tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas695contentboxfont"><a class="sas695tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas695tabidvalue + '&productID=456446543&afftrack=' + sas695tabafftrackvalue + '&w=695"><img src="http://www.ebeanstalk.com/images/thumbs/027-004-2-13.jpg" border="0"></a></td><td class="sas695contentboxfont"><a class="sas695tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas695tabidvalue + '&productID=456446543&afftrack=' + sas695tabafftrackvalue + '&w=695">My First Playset eBeanstalk</a><br>My First Playset with Little Friends features a clutching toy, cuddlekins, comfort blanket and teething ring. Packed in a rucksack bag, the animals have their own compartments and mini zoo that can always travel. When the compartments are removed, the rucksack is a great kindergarten companion which makes it a great learning toy.<br>Price: $60.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas695mytabs = new Array()
sas695mytabs[0] = "1"

sas695switchtabs(1);

