
function sas471switchtabs(tabid) {

for (i=0;i<sas471mytabs.length;i++)
{
	if (sas471mytabs[i] == tabid) {
		document.getElementById('sas471tab'+sas471mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas471tabcell'+sas471mytabs[i]).style.backgroundColor = '#eec8df';
		document.getElementById('sas471tabcell'+sas471mytabs[i]).className = 'sas471tabheaderon';
		document.getElementById('sas471tabbottom'+sas471mytabs[i]).style.backgroundColor = '#eec8df';
		document.getElementById('sas471tabtop'+sas471mytabs[i]).style.backgroundColor = '#db6690';
		document.getElementById('sas471tablink'+sas471mytabs[i]).className = 'sas471tablinkon';
	}
	else {
		document.getElementById('sas471tab'+sas471mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas471tabcell'+sas471mytabs[i]).style.backgroundColor = '#eec8df';
		document.getElementById('sas471tabbottom'+sas471mytabs[i]).style.backgroundColor = '#db6690';
		document.getElementById('sas471tabtop'+sas471mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas471tablink'+sas471mytabs[i]).className = 'sas471tablink';
		document.getElementById('sas471tabcell'+sas471mytabs[i]).className = 'sas471tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas471tablink:link');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas471tablink:visited');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas471tablink:active');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas471tablink:hover');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 12px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas471tablinkon:link');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas471tablinkon:visited');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas471tablinkon:active');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas471tablinkon:hover');
document.write('{');
document.write('	COLOR: #636164;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas471tabheaderon');
document.write('{');
document.write('	background-color: #eec8df;');
document.write('	border-left: 2px solid #db6690;');
document.write('	border-right: 2px solid #db6690;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas471tabheaderoff');
document.write('{');
document.write('	background-color: #eec8df;');
document.write('	border-left: 2px solid #db6690;');
document.write('	border-right: 2px solid #db6690;');
document.write('	border-top: 2px solid #db6690;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas471tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas471tabbottom');
document.write('{');
document.write('	background-color: #db6690;');
document.write('	border-right: 2px solid #db6690;');
document.write('	border-left: 2px solid #db6690;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas471tabbottomspacer');
document.write('{');
document.write('	background-color: #db6690;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas471tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas471tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas471contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #db6690;');
document.write('	border-bottom: 2px solid #db6690;');
document.write('	border-right: 2px solid #db6690;');
document.write('	padding: 2px;');
document.write('	COLOR: #424043;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas471contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #424043;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('A.sas471tabcontentlink:link');
document.write('{');
document.write('	COLOR: #db6690;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas471tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #db6690;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas471tabcontentlink:active');
document.write('{');
document.write('	COLOR: #db6690;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas471tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #db6690;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="500" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas471tabtop1" class="sas471tabtop"></td></tr><tr><td id="sas471tabcell1" class="sas471tabheaderon"><a href="#" onClick="sas471switchtabs(1); return false;" class="sas471tablink" id="sas471tablink1">Spring Fling</a></td></tr><tr><td id="sas471tabbottom1" class="sas471tabbottom"><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="sas471contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas471tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637118&afftrack=' + sas471tabafftrackvalue + '&w=471"><img src="http://bwcontent.speedfc.com/hips/X20233_t.jpg" border="0"></a></td><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637118&afftrack=' + sas471tabafftrackvalue + '&w=471">Sequin Sweetheart Chemise</a><br>Sequin Sweetheart Chemise. Looking for some old-fashioned glamour? This charmeuse chemise is pure vintage, reminiscent old Hollywood glamour - sophisticated, decadent and ladylike. Play Marilyn Monroe and star in your own production of How to Marry a Millionaire by showing up in this feminine slip-dress/chemise embellished with sequins and embroidery. This plus size chemise has adjustable shoulder straps and comes in baby pink, black, honey and sky blue.<br>Price: $30.95</td></tr><tr><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637138&afftrack=' + sas471tabafftrackvalue + '&w=471"><img src="http://bwcontent.speedfc.com/hips/x29000_t_ros.jpg" border="0"></a></td><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637138&afftrack=' + sas471tabafftrackvalue + '&w=471">Lace and Stretch Satin Corset</a><br>Lace and Stretch Satin Corset. Back in the 1800\'s looking like an hourglass meant not breathing. Fortunately, today\'s corset has been reinvented with styles that are comfortable as well as supportive. This plus size stretch satin corset with contrasting lace and boning looks just as glamorous as it feels. Delicate ribbon runs through the lace and ties into pretty bows over the bust and hips for a vintage look. A hook and eye adjustable back combined with adjustable straps and garters shows we\'ve come a long way, Milady. Choose from bright rose with black lace trim, purple with black trim, black with pink trim, light blue/white, or pink/white. Matching G-string included.<br>Price: $48.95</td></tr><tr><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637146&afftrack=' + sas471tabafftrackvalue + '&w=471"><img src="http://bwcontent.speedfc.com/hips/x29023_t_pin.jpg" border="0"></a></td><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637146&afftrack=' + sas471tabafftrackvalue + '&w=471">Stretch Satin and Lace Bustier</a><br>Stretch Satin and Lace Bustier. Stretch satin bustier has floating, slightly padded underwire bra with lace detailing. Hook and eye back, adjustable straps, removable garters. Comes with matching G-string.<br>Price: $64.95</td></tr><tr><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637204&afftrack=' + sas471tabafftrackvalue + '&w=471"><img src="http://bwcontent.speedfc.com/hips/x8465_t_pin.jpg" border="0"></a></td><td class="sas471contentboxfont"><a class="sas471tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas471tabidvalue + '&productID=457637204&afftrack=' + sas471tabafftrackvalue + '&w=471">Charmeuse Short Kimono Robe</a><br>Charmeuse Short Kimono Robe. Soft and supple charmeuse kimono has side pockets, inner ties and belt closure. Perfect over our charmeuse chemise with lace-up sides. Plus size robe comes in black, electrice blue, passion pink and red.<br>Price: $42.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas471switchtabs(1);

