
function sas737switchtabs(tabid) {

for (i=0;i<sas737mytabs.length;i++)
{
	if (sas737mytabs[i] == tabid) {
		document.getElementById('sas737tab'+sas737mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas737tabcell'+sas737mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas737tabcell'+sas737mytabs[i]).className = 'sas737tabheaderon';
		document.getElementById('sas737tabbottom'+sas737mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas737tabtop'+sas737mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas737tablink'+sas737mytabs[i]).className = 'sas737tablinkon';
	}
	else {
		document.getElementById('sas737tab'+sas737mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas737tabcell'+sas737mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas737tabbottom'+sas737mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas737tabtop'+sas737mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas737tablink'+sas737mytabs[i]).className = 'sas737tablink';
		document.getElementById('sas737tabcell'+sas737mytabs[i]).className = 'sas737tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas737tablink: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.sas737tablink: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.sas737tablink: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.sas737tablink: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.sas737tablinkon: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.sas737tablinkon: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.sas737tablinkon: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.sas737tablinkon: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('.sas737tabheaderon');
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('.sas737tabheaderoff');
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('.sas737tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas737tabbottom');
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('.sas737tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas737tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas737tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas737contentbox');
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('.sas737contentboxfont');
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.sas737tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas737tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas737tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas737tabcontentlink: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="sas737tabtop1" class="sas737tabtop"></td></tr><tr><td id="sas737tabcell1" class="sas737tabheaderon"><a href="#" onClick="sas737switchtabs(1); return false;" class="sas737tablink" id="sas737tablink1">Specials</a></td></tr><tr><td id="sas737tabbottom1" class="sas737tabbottom"><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="sas737contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas737tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas737contentboxfont"><a class="sas737tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11474&userID=' + sas737tabidvalue + '&productID=457664021&afftrack=' + sas737tabafftrackvalue + '&w=737">Frolicking Frog Pull Toy</a><br><br>Price: $19.95</td></tr><tr><td class="sas737contentboxfont"><a class="sas737tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11474&userID=' + sas737tabidvalue + '&productID=457347073&afftrack=' + sas737tabafftrackvalue + '&w=737">"Giant Inflatable Frog Life Cycle, Set Of 4"</a><br><br>Price: $29.92</td></tr><tr><td class="sas737contentboxfont"><a class="sas737tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11474&userID=' + sas737tabidvalue + '&productID=457347046&afftrack=' + sas737tabafftrackvalue + '&w=737">The Frog Prince Glove Finger Puppet</a><br><br>Price: $12.95</td></tr><tr><td class="sas737contentboxfont"><a class="sas737tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11474&userID=' + sas737tabidvalue + '&productID=457346773&afftrack=' + sas737tabafftrackvalue + '&w=737">Jumparoo Frog Pogo Stick With Sound</a><br><br>Price: $79.95</td></tr><tr><td class="sas737contentboxfont"><a class="sas737tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11474&userID=' + sas737tabidvalue + '&productID=457346757&afftrack=' + sas737tabafftrackvalue + '&w=737">Feel Better Frog</a><br><br>Price: $39.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas737switchtabs(1);

