
function sas420switchtabs(tabid) {

for (i=0;i<sas420mytabs.length;i++)
{
	if (sas420mytabs[i] == tabid) {
		document.getElementById('sas420tab'+sas420mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas420tabcell'+sas420mytabs[i]).style.backgroundColor = '#FF00CC';
		document.getElementById('sas420tabcell'+sas420mytabs[i]).className = 'sas420tabheaderon';
		document.getElementById('sas420tabbottom'+sas420mytabs[i]).style.backgroundColor = '#FF00CC';
		document.getElementById('sas420tabtop'+sas420mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas420tablink'+sas420mytabs[i]).className = 'sas420tablinkon';
	}
	else {
		document.getElementById('sas420tab'+sas420mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas420tabcell'+sas420mytabs[i]).style.backgroundColor = '#FFFFCC';
		document.getElementById('sas420tabbottom'+sas420mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas420tabtop'+sas420mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas420tablink'+sas420mytabs[i]).className = 'sas420tablink';
		document.getElementById('sas420tabcell'+sas420mytabs[i]).className = 'sas420tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas420tablink: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.sas420tablink: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.sas420tablink: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.sas420tablink: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.sas420tablinkon: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.sas420tablinkon: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.sas420tablinkon: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.sas420tablinkon: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('.sas420tabheaderon');
document.write('{');
document.write('	background-color: #FFFFCC;');
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('.sas420tabheaderoff');
document.write('{');
document.write('	background-color: #FFFFCC;');
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('.sas420tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas420tabbottom');
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('.sas420tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas420tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas420tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas420contentbox');
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('.sas420contentboxfont');
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.sas420tabcontentlink:link');
document.write('{');
document.write('	COLOR: #FF99FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas420tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #FF33CC;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas420tabcontentlink:active');
document.write('{');
document.write('	COLOR: #FFCCFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas420tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #FF66FF;');
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="sas420tabtop1" class="sas420tabtop"></td><td class="sas420tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabtop2" class="sas420tabtop"></td><td class="sas420tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabtop3" class="sas420tabtop"></td><td class="sas420tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabtop4" class="sas420tabtop"></td></tr><tr><td id="sas420tabcell1" class="sas420tabheaderon"><a href="#" onClick="sas420switchtabs(1); return false;" class="sas420tablink" id="sas420tablink1">Leopard in Life & Style</a></td><td class="sas420tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabcell2" class="sas420tabheaderoff"><a href="#" onClick="sas420switchtabs(2); return false;" class="sas420tablink" id="sas420tablink2">Croc in Woman\'s World</a></td><td class="sas420tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabcell3" class="sas420tabheaderoff"><a href="#" onClick="sas420switchtabs(3); return false;" class="sas420tablink" id="sas420tablink3">Spy Bag in Woman\'s World</a></td><td class="sas420tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabcell4" class="sas420tabheaderoff"><a href="#" onClick="sas420switchtabs(4); return false;" class="sas420tablink" id="sas420tablink4">Tote from Lucky Mag</a></td></tr><tr><td id="sas420tabbottom1" class="sas420tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas420tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabbottom2" class="sas420tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas420tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabbottom3" class="sas420tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas420tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas420tabbottom4" class="sas420tabbottom"><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="sas420contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas420tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457788853&afftrack=' + sas420tabafftrackvalue + '&w=420"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05733_sm.jpg" border="0"></a></td><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457788853&afftrack=' + sas420tabafftrackvalue + '&w=420">Jessica\'s Leopard Print Carry-on Bag</a><br>As seen on Page 21, from the April 16 Life and Style Magazine!  This large carrier has a sassy leopard print with gold trim.  It measures 12" tall by 19" wide and 10" deep. Perfect as a carry on.  There is even a 32" shoulder strap.  Quality construction of animal friendly materials.<br></td></tr></table></div><div id="sas420tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457788977&afftrack=' + sas420tabafftrackvalue + '&w=420"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05890_sm.jpg" border="0"></a></td><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457788977&afftrack=' + sas420tabafftrackvalue + '&w=420">Posh\'s Croc print Kelly Style tote</a><br>As seen in Woman\'s Sept 25th World! This darling tote has a feel and look of quality. The real lock opens with the hidden key. A lined interior has 2 inside pockets. A 32" shoulder strap is included. It measures 10" tall by 12" wide and 5" deep. Quality construction of man made materials.<br></td></tr></table></div><div id="sas420tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457789000&afftrack=' + sas420tabafftrackvalue + '&w=420"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05914_sm.jpg" border="0"></a></td><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457789000&afftrack=' + sas420tabafftrackvalue + '&w=420">Ashlee\'s Black Beautiful Spy Bag</a><br>As seen in Woman\'s World! Ashless Simpson always looks styish when she is out on the town. Steal her style with our version of her popular bag. is 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="sas420tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457788546&afftrack=' + sas420tabafftrackvalue + '&w=420"><img src="http://www.anyknockoff.com/productcart/pc/catalog/05254_sm.jpg" border="0"></a></td><td class="sas420contentboxfont"><a class="sas420tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14350&userID=' + sas420tabidvalue + '&productID=457788546&afftrack=' + sas420tabafftrackvalue + '&w=420">Lindsay\'s Quilted Frame Bag</a><br>As seen in Lucky Magazine Online! The sassy Lindsay knows style when she sees it.  Steal her look with our version of her fun bag! This wonderful Winter frame bag comes with a brushed gold tone strap.  It snaps on top opening to a lined interior with 2 inside pockets.  A rear zipper pocket holds the rest.  It measures 9" tall by 13" wide and 5" deep and is made of soft quilted fabric.<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas420switchtabs(1);

