
function sas18switchtabs(tabid) {

for (i=0;i<sas18mytabs.length;i++)
{
	if (sas18mytabs[i] == tabid) {
		document.getElementById('sas18tab'+sas18mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas18tabcell'+sas18mytabs[i]).style.backgroundColor = '#FF6600';
		document.getElementById('sas18tabcell'+sas18mytabs[i]).className = 'sas18tabheaderon';
		document.getElementById('sas18tabbottom'+sas18mytabs[i]).style.backgroundColor = '#FF6600';
		document.getElementById('sas18tabtop'+sas18mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas18tablink'+sas18mytabs[i]).className = 'sas18tablinkon';
	}
	else {
		document.getElementById('sas18tab'+sas18mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas18tabcell'+sas18mytabs[i]).style.backgroundColor = '#00CC00';
		document.getElementById('sas18tabbottom'+sas18mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas18tabtop'+sas18mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas18tablink'+sas18mytabs[i]).className = 'sas18tablink';
		document.getElementById('sas18tabcell'+sas18mytabs[i]).className = 'sas18tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas18tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas18tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas18tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas18tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas18tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas18tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas18tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas18tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas18tabheaderon');
document.write('{');
document.write('	background-color: #00CC00;');
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('.sas18tabheaderoff');
document.write('{');
document.write('	background-color: #00CC00;');
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('.sas18tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas18tabbottom');
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('.sas18tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas18tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas18tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas18contentbox');
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 Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas18contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas18tabcontentlink:link');
document.write('{');
document.write('	COLOR: #009900;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas18tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #FF6600;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas18tabcontentlink:active');
document.write('{');
document.write('	COLOR: #009900;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas18tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #009900;');
document.write('	FONT: 12px Arial;');
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="sas18tabtop1" class="sas18tabtop"></td><td class="sas18tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabtop2" class="sas18tabtop"></td><td class="sas18tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabtop3" class="sas18tabtop"></td><td class="sas18tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabtop4" class="sas18tabtop"></td></tr><tr><td id="sas18tabcell1" class="sas18tabheaderon"><a href="#" onClick="sas18switchtabs(1); return false;" class="sas18tablink" id="sas18tablink1">Inspired By Christian Dior</a></td><td class="sas18tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabcell2" class="sas18tabheaderoff"><a href="#" onClick="sas18switchtabs(2); return false;" class="sas18tablink" id="sas18tablink2">Inspired By Versace</a></td><td class="sas18tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabcell3" class="sas18tabheaderoff"><a href="#" onClick="sas18switchtabs(3); return false;" class="sas18tablink" id="sas18tablink3">Inspired By Gucci</a></td><td class="sas18tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabcell4" class="sas18tabheaderoff"><a href="#" onClick="sas18switchtabs(4); return false;" class="sas18tablink" id="sas18tablink4">Save Even More! Coupons!</a></td></tr><tr><td id="sas18tabbottom1" class="sas18tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas18tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabbottom2" class="sas18tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas18tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabbottom3" class="sas18tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas18tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas18tabbottom4" class="sas18tabbottom"><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="sas18contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas18tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456371908&afftrack=' + sas18tabafftrackvalue + '&w=18"><img src="http://dts.ystoretools.com/2401/images/100x500/coprtochdiwi1.jpg" border="0"></a></td><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456371908&afftrack=' + sas18tabafftrackvalue + '&w=18">SW Rhinestone Style #5074</a><br>Our rhinestone diva sunglasses will make a great addition to your wardrobe! These ultra-popular oversized shades absorb 100% of all harmful UVA and UVB rays.<br>Price: $18.95</td></tr><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456371912&afftrack=' + sas18tabafftrackvalue + '&w=18"><img src="http://dts.ystoretools.com/2401/images/100x500/swsust513.jpg" border="0"></a></td><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456371912&afftrack=' + sas18tabafftrackvalue + '&w=18">SW Oversized Style #5080</a><br>These unique oversized square shades are accented by flowered logos on each arm. The large lenses offer UV400 protection.<br>Price: $15.95</td></tr></table></div><div id="sas18tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=458561244&afftrack=' + sas18tabafftrackvalue + '&w=18"><img src="http://dts.ystoretools.com/2401/images/100x500/swshst36.jpg" border="0"></a></td><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=458561244&afftrack=' + sas18tabafftrackvalue + '&w=18">SW Shield Style #3761</a><br>These large shield sunglasses have you covered! The one-piece lens provides UV400 protection from terrible ultra violet rays, while the lion-like logos and cut-out detailing make you a fashion diva.<br>Price: $15.95</td></tr><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456902601&afftrack=' + sas18tabafftrackvalue + '&w=18"><img src="http://dts.ystoretools.com/2401/images/100x500/swovst3.jpg" border="0"></a></td><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456902601&afftrack=' + sas18tabafftrackvalue + '&w=18">SW Oversized Style #3711</a><br>These oversized plastic sunglasses are celebrity-ready, but affordable to you. Each arm is decorated with laser-cut detailing and the square lenses provide UV400 protection. Grab some of these power shades today!<br>Price: $15.95</td></tr><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=458561246&afftrack=' + sas18tabafftrackvalue + '&w=18"><img src="http://dts.ystoretools.com/2401/images/100x500/swfast72.jpg" border="0"></a></td><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=458561246&afftrack=' + sas18tabafftrackvalue + '&w=18">SW Fashion Style #7158</a><br>This medium-sized plastic frame is a nice transition from the oversized craze back to the normal sized sunglasses. Each temple is decorated with an intricate logo and the lenses provide much needed UV400 protection for your precious eyes.<br>Price: $14.95</td></tr></table></div><div id="sas18tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456700326&afftrack=' + sas18tabafftrackvalue + '&w=18"><img src="http://dts.ystoretools.com/2401/images/100x500/swrisust2.jpg" border="0"></a></td><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456700326&afftrack=' + sas18tabafftrackvalue + '&w=18">SW Rimless Style #236</a><br>Small rimless shades are accented by decorative hinges on each arm. These sunglasses hold rectangle lenses that provide the maximum amount of required UV protection.<br>Price: $15.95</td></tr><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456700327&afftrack=' + sas18tabafftrackvalue + '&w=18"><img src="http://dts.ystoretools.com/2401/images/100x500/swshsust2.jpg" border="0"></a></td><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11549&userID=' + sas18tabidvalue + '&productID=456700327&afftrack=' + sas18tabafftrackvalue + '&w=18">SW Shield Style #237</a><br>Medium to large-sized rimless shield wraps-around your face slightly to reveal small horseshoe details on each hinge. The one-piece lens provides maximum UV400 protection.<br>Price: $14.95</td></tr></table></div><div id="sas18tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas18contentboxfont"><a class="sas18tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=11549&u=' + sas18tabidvalue + '&d=3991&afftrack=' + sas18tabafftrackvalue + '&w=18">Free Shipping on ALL Orders over $25</a><br><br>Free Shipping on ALL Orders over $25<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas18switchtabs(1);

