
function sas464switchtabs(tabid) {

for (i=0;i<sas464mytabs.length;i++)
{
	if (sas464mytabs[i] == tabid) {
		document.getElementById('sas464tab'+sas464mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas464tabcell'+sas464mytabs[i]).style.backgroundColor = '#b9476b';
		document.getElementById('sas464tabcell'+sas464mytabs[i]).className = 'sas464tabheaderon';
		document.getElementById('sas464tabbottom'+sas464mytabs[i]).style.backgroundColor = '#b9476b';
		document.getElementById('sas464tabtop'+sas464mytabs[i]).style.backgroundColor = '#8e183f';
		document.getElementById('sas464tablink'+sas464mytabs[i]).className = 'sas464tablinkon';
	}
	else {
		document.getElementById('sas464tab'+sas464mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas464tabcell'+sas464mytabs[i]).style.backgroundColor = '#8e183f';
		document.getElementById('sas464tabbottom'+sas464mytabs[i]).style.backgroundColor = '#8e183f';
		document.getElementById('sas464tabtop'+sas464mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas464tablink'+sas464mytabs[i]).className = 'sas464tablink';
		document.getElementById('sas464tabcell'+sas464mytabs[i]).className = 'sas464tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas464tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas464tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas464tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas464tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas464tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas464tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas464tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas464tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas464tabheaderon');
document.write('{');
document.write('	background-color: #8e183f;');
document.write('	border-left: 2px solid #8e183f;');
document.write('	border-right: 2px solid #8e183f;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas464tabheaderoff');
document.write('{');
document.write('	background-color: #8e183f;');
document.write('	border-left: 2px solid #8e183f;');
document.write('	border-right: 2px solid #8e183f;');
document.write('	border-top: 2px solid #8e183f;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas464tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas464tabbottom');
document.write('{');
document.write('	background-color: #8e183f;');
document.write('	border-right: 2px solid #8e183f;');
document.write('	border-left: 2px solid #8e183f;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas464tabbottomspacer');
document.write('{');
document.write('	background-color: #8e183f;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas464tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas464tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas464contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #8e183f;');
document.write('	border-bottom: 2px solid #8e183f;');
document.write('	border-right: 2px solid #8e183f;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas464contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('');
document.write('}');
document.write('A.sas464tabcontentlink:link');
document.write('{');
document.write('	COLOR: #8e183f;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas464tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #8e183f;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas464tabcontentlink:active');
document.write('{');
document.write('	COLOR: #b9476b;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas464tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #8e183f;');
document.write('	FONT: 10px 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="sas464tabtop1" class="sas464tabtop"></td><td class="sas464tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas464tabtop2" class="sas464tabtop"></td><td class="sas464tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas464tabtop3" class="sas464tabtop"></td></tr><tr><td id="sas464tabcell1" class="sas464tabheaderon"><a href="#" onClick="sas464switchtabs(1); return false;" class="sas464tablink" id="sas464tablink1">Featured Products</a></td><td class="sas464tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas464tabcell2" class="sas464tabheaderoff"><a href="#" onClick="sas464switchtabs(2); return false;" class="sas464tablink" id="sas464tablink2">Bestsellers</a></td><td class="sas464tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas464tabcell3" class="sas464tabheaderoff"><a href="#" onClick="sas464switchtabs(3); return false;" class="sas464tablink" id="sas464tablink3">Sale and Clearance!</a></td></tr><tr><td id="sas464tabbottom1" class="sas464tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas464tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas464tabbottom2" class="sas464tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas464tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas464tabbottom3" class="sas464tabbottom"><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="sas464contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas464tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637147&afftrack=' + sas464tabafftrackvalue + '&w=464"><img src="http://bwcontent.speedfc.com/hips/x29029_t.jpg" border="0"></a></td><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637147&afftrack=' + sas464tabafftrackvalue + '&w=464">Elegant Velvet and Rhinestone Bustier</a><br>Stretch velvet bustier has elegant embroidery detailing with sparkling rhinestones across the bust and up along the shoulder straps. The back has hook and eye closure, the garters and shoulder straps are detachable. Matching stretch velvet G-string is included.<br>Price: $68.95</td></tr><tr><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637126&afftrack=' + sas464tabafftrackvalue + '&w=464"><img src="http://bwcontent.speedfc.com/hips/X20280_t.jpg" border="0"></a></td><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637126&afftrack=' + sas464tabafftrackvalue + '&w=464">Rhinestones are Forever Garterbelt</a><br>Rhinestones are Forever super-sexy Venice lace garterbelt with corset style lace-up back for an adjustable fit.  Detachable garter grips are lavishly adorned with rhinestones.<br>Price: $48.95</td></tr></table></div><div id="sas464tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637054&afftrack=' + sas464tabafftrackvalue + '&w=464"><img src="http://bwcontent.speedfc.com/hips/RR190362_t.jpg" border="0"></a></td><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637054&afftrack=' + sas464tabafftrackvalue + '&w=464">Lolita Boyshort</a><br>Lolita stretch lace boyshort is available in black, pink and white.<br>Price: $9.95</td></tr><tr><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637140&afftrack=' + sas464tabafftrackvalue + '&w=464"><img src="http://bwcontent.speedfc.com/hips/X29005_t.jpg" border="0"></a></td><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457637140&afftrack=' + sas464tabafftrackvalue + '&w=464">Strapless Satin Corset</a><br>Take your femininity up a notch with this subtle yet sophisticated plus size corset. The front is adorned with pearl accented Venice lace trim cascading down the front. A hidden hook and eye side opening provides easy access. The lace-up back is adjustable for a good fit. Wear it behind the scenes under a cocktail dress with back-seamed stockings. Or try it with jeans and a jacket for a casual yet elegant night on the town. This satin strapless corset will hold you in so you can let it all hang out. In white, this corset is prefect for blushing brides, or the sexy-innocent look with soft pink thigh high stockings and marabou pumps. Daring divas wear basic black of course. Matching G-string included<br>Price: $62.95</td></tr></table></div><div id="sas464tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457636870&afftrack=' + sas464tabafftrackvalue + '&w=464"><img src="http://bwcontent.speedfc.com/hips/dw1324_t.jpg" border="0"></a></td><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457636870&afftrack=' + sas464tabafftrackvalue + '&w=464">Lace Trim Camisole and Boy Short - Sale!</a><br>Super-comfortable and sexy! This two piece set includes lace trimmed boy shorts and matching cami. Available in black and crimson.<br>Price: $12.95</td></tr><tr><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457636797&afftrack=' + sas464tabafftrackvalue + '&w=464"><img src="http://bwcontent.speedfc.com/hips/al17110_t.jpg" border="0"></a></td><td class="sas464contentboxfont"><a class="sas464tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=918&userID=' + sas464tabidvalue + '&productID=457636797&afftrack=' + sas464tabafftrackvalue + '&w=464">Lace-up Leather Dress - Sale!</a><br>Lace-up front plus size leather dress has a back zipper opening and adjustable halter neck.<br>Price: $129.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas464switchtabs(1);

