
function sas792switchtabs(tabid) {

for (i=0;i<sas792mytabs.length;i++)
{
	if (sas792mytabs[i] == tabid) {
		document.getElementById('sas792tab'+sas792mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas792tabcell'+sas792mytabs[i]).style.backgroundColor = '#FEC7D6';
		document.getElementById('sas792tabcell'+sas792mytabs[i]).className = 'sas792tabheaderon';
		document.getElementById('sas792tabbottom'+sas792mytabs[i]).style.backgroundColor = '#FEC7D6';
		document.getElementById('sas792tabtop'+sas792mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas792tablink'+sas792mytabs[i]).className = 'sas792tablinkon';
	}
	else {
		document.getElementById('sas792tab'+sas792mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas792tabcell'+sas792mytabs[i]).style.backgroundColor = '#B00C5B';
		document.getElementById('sas792tabbottom'+sas792mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas792tabtop'+sas792mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas792tablink'+sas792mytabs[i]).className = 'sas792tablink';
		document.getElementById('sas792tabcell'+sas792mytabs[i]).className = 'sas792tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas792tablink:link');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas792tablink:visited');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas792tablink:active');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas792tablink:hover');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas792tablinkon:link');
document.write('{');
document.write('	COLOR: #B00C5B;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas792tablinkon:visited');
document.write('{');
document.write('	COLOR: #B00C5B;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas792tablinkon:active');
document.write('{');
document.write('	COLOR: #B00C5B;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas792tablinkon:hover');
document.write('{');
document.write('	COLOR: #B00C5B;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas792tabheaderon');
document.write('{');
document.write('	background-color: #B00C5B;');
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('.sas792tabheaderoff');
document.write('{');
document.write('	background-color: #B00C5B;');
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('.sas792tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas792tabbottom');
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('.sas792tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas792tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas792tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas792contentbox');
document.write('{');
document.write('	background-color: #FFABD2;');
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  Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas792contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas792tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas792tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas792tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas792tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px  Arial, Helvetica, sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="470" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas792tabtop1" class="sas792tabtop"></td><td class="sas792tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas792tabtop2" class="sas792tabtop"></td></tr><tr><td id="sas792tabcell1" class="sas792tabheaderon"><a href="#" onClick="sas792switchtabs(1); return false;" class="sas792tablink" id="sas792tablink1">Nightware For A Cure</a></td><td class="sas792tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas792tabcell2" class="sas792tabheaderoff"><a href="#" onClick="sas792switchtabs(2); return false;" class="sas792tablink" id="sas792tablink2">Accessiories For A Cure</a></td></tr><tr><td id="sas792tabbottom1" class="sas792tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas792tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas792tabbottom2" class="sas792tabbottom"><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="sas792contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas792tab1content"><html>');
document.write('<body>');
document.write('');
document.write('<table cellpadding="10" cellspacing="0" border="0"  width="470px">');
document.write('<tr>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/r.cfm?u=' + sas792tabidvalue + '&b=79401&m=12498&afftrack=&urllink=www%2Esleepyheads%2Ecom%2FKaren%5FNeuburger%5FThat%5FTouch%5Fof%5FPink%5FStripe%5FShortsleeve%5FCrop%5FPajama%3Fterms%3Dbreast%2520cancer"><img src="http://www.sleepyheads.com/Uploads/ProductImages/150_df84d61d-a9ab-43bd-9f9a-b33bc404ed3e.jpg" border="0"><font size="3"><br>Karen Neuburger That Touch of Pink Stripe Shortsleeve Crop Pajama</a><br><font size="2">Made of 60% Cotton and 40 % Polyester. Top includes decorative trim and detail, and a Breast Cancer symbol on the left chest pocket.</font><br><font size="3">$68.00</font></center></td>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/r.cfm?u=' + sas792tabidvalue + '&b=81659&m=12498&afftrack=&urllink=www%2Esleepyheads%2Ecom%2FKaren%5FNeuburger%5FPerfectly%5FPink%5FBubbles%5FPajama%3Fterms%3D%22pink%2520ribbon%22"><img src="http://www.sleepyheads.com/Uploads/ProductImages/150_bdb89750-2b34-4ab0-bed1-c971a3f2bb5e.jpg" border="0"><font size="3"><br>Karen Neuburger Perfectly Pink Bubbles Pajama</a></font><br><font size="2">Part of Karen Neuburger\'s Pink Ribbon Signature Collection, top includes two small chest pockets with a pink ribbon stitched to one of them.  </font><br><font size="3">$68.00</font></center></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12498&userID=YOURUSERID&productID=459257672"><img src="http://www.sleepyheads.com/Uploads/ProductImages/3ef83990-e5b9-4ca6-8419-b19469869323.jpg" border="0"><font size="3"><br>Cashmiracle Robe For a Cure</a> <br><font size="2">A portion of all proceeds will go to Breast Cancer Research. Due to embroidery please allow an additional 10 days for delivery. Sizes run as follows:  Small/Medium fits most body types 5\'4 and under  Large/XLarge fits most body types 5\'5 - 6\'4  XXLarge fits 6\'4 and over  </font><br><font size="3">$138.00</font></center></td>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/r.cfm?u=' + sas792tabidvalue + '&b=79401&m=12498&afftrack=&urllink=www%2Esleepyheads%2Ecom%2FCanyon%5FGroup%5FPink%5FRibbon%5FChenille%5FRobe%3Fterms%3DShop%2520for%2520a%2520cure"><img src="http://www.sleepyheads.com/Uploads/ProductImages/150_5410fdf5-4e36-4c37-8bb4-25fe68262770.jpg" border="0"><font size="3"><br>Canyon Group Pink Ribbon Chenille Robe </a><br><font size="2"> Seen on CBS\' The Early Show</font><br><font size="3">$132.00</font></center></td>');
document.write('</tr>');
document.write('</table>');
document.write('');
document.write('</body>');
document.write('</html></div><div id="sas792tab2content"><html>');
document.write('<body>');
document.write('');
document.write('<table cellpadding="10" cellspacing="0" border="0" width="470px">');
document.write('<tr>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12498&userID=YOURUSERID&productID=459257736"><img src="http://www.sleepyheads.com/Uploads/ProductImages/d0531534-1455-4275-b7b5-5d643fe76d6c.jpg" border="0"><br><font size="3">Karen Neuburger Pink Ribbon Closed Toe Slippers</font></a><br><font size="2">Contrast lining embroidery and cushioned insole. 100% Polyester UpperSynthetic sole; surface wash by hand . </font> <br><font size="3">$28.95</font></center></td>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/r.cfm?u=' + sas792tabidvalue + '&b=79401&m=12498&afftrack=&urllink=www%2Esleepyheads%2Ecom%2FBath%5FRobes%2FSpa%5FRobes%5Fand%5FWraps%2FCanyon%5FGroup%5FPink%5FRibbon%5FSpa%5FWrap"><img src="http://www.sleepyheads.com/Uploads/ProductImages/150_3688a874-fc05-4571-96ac-cc8ca1caa920.jpg" border="0"><font size="3"><br>Canyon Group Pink Ribbon Spa Wrap </font></a><br><font size="2"> Seen on CBS\' The Early Show</font><br><font size="3">$68.00</font></center></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/r.cfm?u=' + sas792tabidvalue + '&b=80896&m=12498&afftrack=&urllink=www%2Esleepyheads%2Ecom%2FKaren%5FNeuburger%5FPink%5FRibbon%5FChenille%5FSlipper%5FSocks%3Fterms%3D%22pink%2520ribbon%22"><img src="http://www.sleepyheads.com/Uploads/ProductImages/150_b0899e80-f382-4680-a58f-cfb649ef84b7.jpg" border="0"><br><font size="3">Karen Neuburger Pink Ribbon Chenille Slipper Socks</font></a><br><font size="2">Made of 92% Polyester and 8% Spandex with embroidered pink ribbon.</font><br><font size="3">$15.00</font></center></td>');
document.write('<td style="vertical-align: top;" width="270px"><center><a href="http://www.shareasale.com/r.cfm?u=' + sas792tabidvalue + '&b=81082&m=12498&afftrack=&urllink=www%2Esleepyheads%2Ecom%2FPink%5FRibbon%5FCharm%5FBracelet%3Fterms%3DShop%2520for%2520a%2520cure"><img src="http://www.sleepyheads.com/Uploads/ProductImages/150_0126fc35-71d7-4d8c-9de6-856bca656b95.jpg" border="0"><font size="3"><br>Pink Ribbon Charm Bracelet</font></a><br><font size="3">$115.00</font></center></td>');
document.write('</tr>');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('</table>');
document.write('');
document.write('</body>');
document.write('</html></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas792switchtabs(1);

