
function sas382switchtabs(tabid) {

for (i=0;i<sas382mytabs.length;i++)
{
	if (sas382mytabs[i] == tabid) {
		document.getElementById('sas382tab'+sas382mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas382tabcell'+sas382mytabs[i]).style.backgroundColor = '#FFCCFF';
		document.getElementById('sas382tabcell'+sas382mytabs[i]).className = 'sas382tabheaderon';
		document.getElementById('sas382tabbottom'+sas382mytabs[i]).style.backgroundColor = '#FFCCFF';
		document.getElementById('sas382tabtop'+sas382mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas382tablink'+sas382mytabs[i]).className = 'sas382tablinkon';
	}
	else {
		document.getElementById('sas382tab'+sas382mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas382tabcell'+sas382mytabs[i]).style.backgroundColor = '#FF99FF';
		document.getElementById('sas382tabbottom'+sas382mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas382tabtop'+sas382mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas382tablink'+sas382mytabs[i]).className = 'sas382tablink';
		document.getElementById('sas382tabcell'+sas382mytabs[i]).className = 'sas382tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas382tablink: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.sas382tablink: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.sas382tablink: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.sas382tablink: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.sas382tablinkon: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.sas382tablinkon: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.sas382tablinkon: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.sas382tablinkon: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('.sas382tabheaderon');
document.write('{');
document.write('	background-color: #FF99FF;');
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('.sas382tabheaderoff');
document.write('{');
document.write('	background-color: #FF99FF;');
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('.sas382tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas382tabbottom');
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('.sas382tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas382tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas382tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas382contentbox');
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('.sas382contentboxfont');
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.sas382tabcontentlink:link');
document.write('{');
document.write('	COLOR: #FFCCFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas382tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #FFCCFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas382tabcontentlink:active');
document.write('{');
document.write('	COLOR: #FFCCFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas382tabcontentlink: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="sas382tabtop1" class="sas382tabtop"></td><td class="sas382tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabtop2" class="sas382tabtop"></td><td class="sas382tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabtop3" class="sas382tabtop"></td><td class="sas382tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabtop4" class="sas382tabtop"></td></tr><tr><td id="sas382tabcell1" class="sas382tabheaderon"><a href="#" onClick="sas382switchtabs(1); return false;" class="sas382tablink" id="sas382tablink1">POSH\'S SPY BAG</a></td><td class="sas382tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabcell2" class="sas382tabheaderoff"><a href="#" onClick="sas382switchtabs(2); return false;" class="sas382tablink" id="sas382tablink2">POSH\'S PATENT BAG</a></td><td class="sas382tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabcell3" class="sas382tabheaderoff"><a href="#" onClick="sas382switchtabs(3); return false;" class="sas382tablink" id="sas382tablink3">POSH\'S KELLY</a></td><td class="sas382tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabcell4" class="sas382tabheaderoff"><a href="#" onClick="sas382switchtabs(4); return false;" class="sas382tablink" id="sas382tablink4">POSH SHADES</a></td></tr><tr><td id="sas382tabbottom1" class="sas382tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas382tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabbottom2" class="sas382tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas382tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabbottom3" class="sas382tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas382tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas382tabbottom4" class="sas382tabbottom"><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="sas382contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas382tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789042&afftrack=' + sas382tabafftrackvalue + '&w=382"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05976_sm.jpg" border="0"></a></td><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789042&afftrack=' + sas382tabafftrackvalue + '&w=382">Victoria\'s Fall Brown Spy Bag</a><br>The Beckhams have hit America by storm and Victoria is leading the pack. Steal her style with our darling version of her Spy Bag. It has a hidden pocket in the handle and it has a divided interior for all the small things. It measures 9" tall by 17" wide and 5" deep. Made of soft synthetic leather and a woven strap.<br></td></tr></table></div><div id="sas382tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789036&afftrack=' + sas382tabafftrackvalue + '&w=382"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05969_sm.jpg" border="0"></a></td><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789036&afftrack=' + sas382tabafftrackvalue + '&w=382">Posh\'s Chu Style Large Shopper</a><br>Posh Spice has taken the US by storm this year. Steal her style with our version of her hip bag. The top unsnaps to a lined interior with 3 inside pockets. It measures a large 14" tall by 15" wide and 5" deep. Made of patten leather.<br><br></td></tr></table></div><div id="sas382tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789083&afftrack=' + sas382tabafftrackvalue + '&w=382"><img src="http://www.anyknockoff.com/productcart/pc/catalog/06027_sm.jpg" border="0"></a></td><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789083&afftrack=' + sas382tabafftrackvalue + '&w=382">Victoria\'s Darling Kelly Style Tote</a><br>Posh Spice has taken the USA by storm and her style can be seen everywhere she goes. Steal her look with our version of her popular bag. The top flap opens to a lined interior with 2 inside pockets. It measures 10" tall by 12" wide and 5" deep. It even comes with a matching 32" shoulder strap. Made of soft synthetic leather with gold hardware.<br></td></tr></table></div><div id="sas382tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789074&afftrack=' + sas382tabafftrackvalue + '&w=382"><img src="http://www.anyknockoff.com/productcart/pc/catalog/06015_sm.jpg" border="0"></a></td><td class="sas382contentboxfont"><a class="sas382tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas382tabidvalue + '&productID=457789074&afftrack=' + sas382tabafftrackvalue + '&w=382">Posh\'s Large Fall Squares</a><br>Posh Spice has hit the USA by storm. Steal her classic look with our version of her shades. CR39 lenses are UV100 and scratch resistant. They even come with a protective soft case.<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas382switchtabs(1);

