
function sas93switchtabs(tabid) {

for (i=0;i<sas93mytabs.length;i++)
{
	if (sas93mytabs[i] == tabid) {
		document.getElementById('sas93tab'+sas93mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas93tabcell'+sas93mytabs[i]).style.backgroundColor = '#c23015';
		document.getElementById('sas93tabcell'+sas93mytabs[i]).className = 'sas93tabheaderon';
		document.getElementById('sas93tabbottom'+sas93mytabs[i]).style.backgroundColor = '#c23015';
		document.getElementById('sas93tabtop'+sas93mytabs[i]).style.backgroundColor = '#d4dcde';
		document.getElementById('sas93tablink'+sas93mytabs[i]).className = 'sas93tablinkon';
	}
	else {
		document.getElementById('sas93tab'+sas93mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas93tabcell'+sas93mytabs[i]).style.backgroundColor = '#f0f3f5';
		document.getElementById('sas93tabbottom'+sas93mytabs[i]).style.backgroundColor = '#d4dcde';
		document.getElementById('sas93tabtop'+sas93mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas93tablink'+sas93mytabs[i]).className = 'sas93tablink';
		document.getElementById('sas93tabcell'+sas93mytabs[i]).className = 'sas93tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas93tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas93tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas93tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas93tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas93tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas93tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas93tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas93tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas93tabheaderon');
document.write('{');
document.write('	background-color: #f0f3f5;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas93tabheaderoff');
document.write('{');
document.write('	background-color: #f0f3f5;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	border-top: 2px solid #d4dcde;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas93tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas93tabbottom');
document.write('{');
document.write('	background-color: #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas93tabbottomspacer');
document.write('{');
document.write('	background-color: #d4dcde;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas93tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas93tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas93contentbox');
document.write('{');
document.write('	background-color: #FFFFDD;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('	border-bottom: 2px solid #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	padding: 2px;');
document.write('	COLOR: #c23015;');
document.write('	FONT: 12px sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas93contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #c23015;');
document.write('	FONT: 12px sans-serif;');
document.write('');
document.write('}');
document.write('A.sas93tabcontentlink:link');
document.write('{');
document.write('	COLOR: #c23015;');
document.write('	FONT: 12px sans-serif;');
document.write('}');
document.write('A.sas93tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #c23015;');
document.write('	FONT: 12px sans-serif;');
document.write('}');
document.write('A.sas93tabcontentlink:active');
document.write('{');
document.write('	COLOR: #c23015;');
document.write('	FONT: 12px sans-serif;');
document.write('}');
document.write('A.sas93tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #c23015;');
document.write('	FONT: 12px sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="120" height="600">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas93tabtop1" class="sas93tabtop"></td></tr><tr><td id="sas93tabcell1" class="sas93tabheaderon"><a href="#" onClick="sas93switchtabs(1); return false;" class="sas93tablink" id="sas93tablink1"><center>New TFAW Products</center></a></td></tr><tr><td id="sas93tabbottom1" class="sas93tabbottom"><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="sas93contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas93tab1content"><div align="center">');
document.write('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas93tabidvalue + '&productID=466531642&afftrack=' + sas93tabafftrackvalue + '&w=93"><img src="http://affimg.tfaw.com/covers_tfaw/100/au/aug090921.jpg" border=0 vspace=2 height=150 width=100></a><br>');
document.write('<br>');
document.write('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas93tabidvalue + '&productID=466531502&afftrack=' + sas93tabafftrackvalue + '&w=93"><img src="http://affimg.tfaw.com/covers_tfaw/100/au/aug090727.jpg" border=0 vspace=2 height=150 width=100></a><br>');
document.write('<br>');
document.write('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas93tabidvalue + '&productID=464234963&afftrack=' + sas93tabafftrackvalue + '&w=93"><img src="http://affimg.tfaw.com/covers_tfaw/100/MA/MAR090255X.jpg" border=0 vspace=2 height=150 width=100></a><br><br>');
document.write('<b>We\'ve got just the thing for your collection at  <a class="sas93tabcontentlink" target="_blank" href="http://www.shareasale.com/r.cfm?b=87029&u=' + sas93tabidvalue + '&m=8908&urllink=&afftrack=' + sas93tabafftrackvalue + '&w=93">TFAW.com</a></b>!');
document.write('</div></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas93switchtabs(1);

