
function sas186switchtabs(tabid) {

for (i=0;i<sas186mytabs.length;i++)
{
	if (sas186mytabs[i] == tabid) {
		document.getElementById('sas186tab'+sas186mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas186tabcell'+sas186mytabs[i]).style.backgroundColor = '#33FFFF';
		document.getElementById('sas186tabcell'+sas186mytabs[i]).className = 'sas186tabheaderon';
		document.getElementById('sas186tabbottom'+sas186mytabs[i]).style.backgroundColor = '#33FFFF';
		document.getElementById('sas186tabtop'+sas186mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas186tablink'+sas186mytabs[i]).className = 'sas186tablinkon';
	}
	else {
		document.getElementById('sas186tab'+sas186mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas186tabcell'+sas186mytabs[i]).style.backgroundColor = '#CC9933';
		document.getElementById('sas186tabbottom'+sas186mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas186tabtop'+sas186mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas186tablink'+sas186mytabs[i]).className = 'sas186tablink';
		document.getElementById('sas186tabcell'+sas186mytabs[i]).className = 'sas186tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas186tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas186tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas186tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas186tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas186tablinkon:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas186tablinkon:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas186tablinkon:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas186tablinkon:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas186tabheaderon');
document.write('{');
document.write('	background-color: #CC9933;');
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('.sas186tabheaderoff');
document.write('{');
document.write('	background-color: #CC9933;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-top: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas186tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas186tabbottom');
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('.sas186tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas186tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas186tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas186contentbox');
document.write('{');
document.write('	background-color: #669966;');
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 Tahoma;');
document.write('');
document.write('}');
document.write('');
document.write('.sas186contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('');
document.write('}');
document.write('A.sas186tabcontentlink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('}');
document.write('A.sas186tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #996600;');
document.write('	FONT: 12px Tahoma;');
document.write('}');
document.write('A.sas186tabcontentlink:active');
document.write('{');
document.write('	COLOR: #996600;');
document.write('	FONT: 12px Tahoma;');
document.write('}');
document.write('A.sas186tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #996600;');
document.write('	FONT: 12px Tahoma;');
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="sas186tabtop1" class="sas186tabtop"></td></tr><tr><td id="sas186tabcell1" class="sas186tabheaderon"><a href="#" onClick="sas186switchtabs(1); return false;" class="sas186tablink" id="sas186tablink1">Items 1 - 5</a></td></tr><tr><td id="sas186tabbottom1" class="sas186tabbottom"><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="sas186contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas186tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=455778592&afftrack=' + sas186tabafftrackvalue + '&w=186"><img src="http://www.kiyonna.com/Merchant2/graphics/00000002/23060103.jpg" border="0"></a></td><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=455778592&afftrack=' + sas186tabafftrackvalue + '&w=186">Modal Surplice Babydoll Tee</a><br>This tee’s easy empire silhouette is a figure flattering option for all. Fashioned from a super soft jersey and available in a soft lavender or classic black, this tee is a must have for Fall. Pair it with the season’s must have chain necklaces and your favorite jeans for a look that speaks modern, chic styling.  92% Modal, 8% Spandex  Short kimono sleeves. Surplice neckline. Hidden elastic at empire. Sewn-in pintucks at bust. Dry clean only.  Made in the USA.  <br><br>Price: $56.00</td></tr><tr><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=455778599&afftrack=' + sas186tabafftrackvalue + '&w=186"><img src="http://www.kiyonna.com/Merchant2/graphics/00000002/230605012.jpg" border="0"></a></td><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=455778599&afftrack=' + sas186tabafftrackvalue + '&w=186">Stretch Poplin Wrap Blouse</a><br>We’ve taken the classic cotton work shirt and gave it a cut made to flatter your curves. Fashioned from cotton infused with just the right amount of stretch, ensure a comfortable fit every time. An adjustable tie, extended French cuffs and smart tailoring create a polished shirt, sure to become a wardrobe staple. 97% Cotton, 3% Spandex  Machine wash with like colors, hot iron.  Straight collar. Mid-length sleeves. 3" French cuffs. 2" wide adjustable waist tie. Made in the USA.  <br><br>Price: $68.00</td></tr><tr><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=456330217&afftrack=' + sas186tabafftrackvalue + '&w=186"><img src="http://www.kiyonna.com/Merchant2/graphics/00000002/230601013.jpg" border="0"></a></td><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=456330217&afftrack=' + sas186tabafftrackvalue + '&w=186">Modal Convertible Ballet Wrap</a><br>The natural softness of Lenzing Modal® comes from its beginnings as beech wood. The softener used in Lenzing Modal® means fabrics remain pleasant to the touch even after repeated washing, making it the perfect fiber for fabrics worn next to the skin. Looking stylishly chic has never been so easy. Whether you crisscross and tie it in the back or wear it as a shrug and tie it in the front, you’re in complete control. Pair it with your favorite camisole and jeans for a relaxed, weekend ready look. SKU: 23060101 Made in the USA.  92% Modal®, 8% Spandex  Machine wash cold gentle cycle. Tumble dry low. Dry clean recommended.  Long sleeves. Ruching at shoulder seams. <br><br>Price: $56.00</td></tr><tr><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=456330219&afftrack=' + sas186tabafftrackvalue + '&w=186"><img src="http://www.kiyonna.com/Merchant2/graphics/00000002/230605015.jpg" border="0"></a></td><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=456330219&afftrack=' + sas186tabafftrackvalue + '&w=186">Stretch Poplin Wrap Blouse</a><br>We’ve taken the classic cotton work shirt and gave it a cut made to flatter your curves. Fashioned from cotton infused with just the right amount of stretch, ensure a comfortable fit every time. An adjustable tie, extended French cuffs and smart tailoring create a polished shirt, sure to become a wardrobe staple. 97% Cotton, 3% Spandex  Machine wash with like colors, hot iron.  Straight collar. Mid-length sleeves. 3" French cuffs. 2" wide adjustable waist tie. Made in the USA.  <br><br>Price: $68.00</td></tr><tr><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=455778590&afftrack=' + sas186tabafftrackvalue + '&w=186"><img src="http://www.kiyonna.com/Merchant2/graphics/00000002/23060101.jpg" border="0"></a></td><td class="sas186contentboxfont"><a class="sas186tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=293&userID=' + sas186tabidvalue + '&productID=455778590&afftrack=' + sas186tabafftrackvalue + '&w=186">Modal Convertible Ballet Wrap</a><br>The natural softness of Lenzing Modal® comes from its beginnings as beech wood. The softener used in Lenzing Modal® means fabrics remain pleasant to the touch even after repeated washing, making it the perfect fiber for fabrics worn next to the skin. Looking stylishly chic has never been so easy. Whether you crisscross and tie it in the back or wear it as a shrug and tie it in the front, you’re in complete control. Pair it with your favorite camisole and jeans for a relaxed, weekend ready look. SKU: 23060101 Made in the USA.  92% Modal®, 8% Spandex  Machine wash cold gentle cycle. Tumble dry low. Dry clean recommended.  Long sleeves. Ruching at shoulder seams. <br><br>Price: $56.00</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas186switchtabs(1);

