
function sas424switchtabs(tabid) {

for (i=0;i<sas424mytabs.length;i++)
{
	if (sas424mytabs[i] == tabid) {
		document.getElementById('sas424tab'+sas424mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas424tabcell'+sas424mytabs[i]).style.backgroundColor = '#FFCCCC';
		document.getElementById('sas424tabcell'+sas424mytabs[i]).className = 'sas424tabheaderon';
		document.getElementById('sas424tabbottom'+sas424mytabs[i]).style.backgroundColor = '#FFCCCC';
		document.getElementById('sas424tabtop'+sas424mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas424tablink'+sas424mytabs[i]).className = 'sas424tablinkon';
	}
	else {
		document.getElementById('sas424tab'+sas424mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas424tabcell'+sas424mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas424tabbottom'+sas424mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas424tabtop'+sas424mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas424tablink'+sas424mytabs[i]).className = 'sas424tablink';
		document.getElementById('sas424tabcell'+sas424mytabs[i]).className = 'sas424tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas424tablink: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.sas424tablink: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.sas424tablink: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.sas424tablink: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.sas424tablinkon: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.sas424tablinkon: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.sas424tablinkon: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.sas424tablinkon: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('.sas424tabheaderon');
document.write('{');
document.write('	background-color: #E0E0E0;');
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('.sas424tabheaderoff');
document.write('{');
document.write('	background-color: #E0E0E0;');
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('.sas424tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas424tabbottom');
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('.sas424tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas424tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas424tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas424contentbox');
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('.sas424contentboxfont');
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.sas424tabcontentlink:link');
document.write('{');
document.write('	COLOR: #FF3399;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas424tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #FFCCCC;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas424tabcontentlink:active');
document.write('{');
document.write('	COLOR: #CC33CC;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas424tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #FFCCCC;');
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="sas424tabtop1" class="sas424tabtop"></td><td class="sas424tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabtop2" class="sas424tabtop"></td><td class="sas424tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabtop3" class="sas424tabtop"></td><td class="sas424tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabtop4" class="sas424tabtop"></td><td class="sas424tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabtop5" class="sas424tabtop"></td></tr><tr><td id="sas424tabcell1" class="sas424tabheaderon"><a href="#" onClick="sas424switchtabs(1); return false;" class="sas424tablink" id="sas424tablink1">Save $3.00 Now on Designer Fragrances!</a></td><td class="sas424tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabcell2" class="sas424tabheaderoff"><a href="#" onClick="sas424switchtabs(2); return false;" class="sas424tablink" id="sas424tablink2">Romance by Ralph Lauren for Men</a></td><td class="sas424tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabcell3" class="sas424tabheaderoff"><a href="#" onClick="sas424switchtabs(3); return false;" class="sas424tablink" id="sas424tablink3">L\'Eau D\'Issey by Issey Miyake for Women</a></td><td class="sas424tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabcell4" class="sas424tabheaderoff"><a href="#" onClick="sas424switchtabs(4); return false;" class="sas424tablink" id="sas424tablink4">Chloe by Chloe for Women</a></td><td class="sas424tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabcell5" class="sas424tabheaderoff"><a href="#" onClick="sas424switchtabs(5); return false;" class="sas424tablink" id="sas424tablink5">Polo Double Black by Ralph Lauren for Men</a></td></tr><tr><td id="sas424tabbottom1" class="sas424tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas424tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabbottom2" class="sas424tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas424tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabbottom3" class="sas424tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas424tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabbottom4" class="sas424tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas424tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas424tabbottom5" class="sas424tabbottom"><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="sas424contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas424tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=14579&u=' + sas424tabidvalue + '&d=7174&afftrack=' + sas424tabafftrackvalue + '&w=424">$3.00 Off Purchase of $35.00 or More</a><br>Coupon Code: WELCOME<br><br>$3.00 off any purchase of $35.00 or more. One use per customer. No expiration.');
document.write('<br></td></tr></table></div><div id="sas424tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=457829370&afftrack=' + sas424tabafftrackvalue + '&w=424"><img src="http://www.drhfinegifts.com/assets/images/products/121532_thumbnail.jpg" border="0"></a></td><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=457829370&afftrack=' + sas424tabafftrackvalue + '&w=424">ROMANCE for Men by Ralph Lauren EDT SPRAY 3.4 OZ</a><br>ROMANCE for Men by Ralph Lauren EDT SPRAY 3.4 OZ<br>Price: $57.50<br></td></tr></table></div><div id="sas424tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=457829402&afftrack=' + sas424tabafftrackvalue + '&w=424"><img src="http://www.drhfinegifts.com/assets/images/products/121717_thumbnail.jpg" border="0"></a></td><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=457829402&afftrack=' + sas424tabafftrackvalue + '&w=424">L\'EAU D\'ISSEY for Women by Issey Miyake EDT SPRAY 3.3 OZ</a><br>L\'EAU D\'ISSEY for Women by Issey Miyake EDT SPRAY 3.3 OZ<br>Price: $68.90<br></td></tr></table></div><div id="sas424tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=457828379&afftrack=' + sas424tabafftrackvalue + '&w=424"><img src="http://www.drhfinegifts.com/assets/images/products/116144_thumbnail.jpg" border="0"></a></td><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=457828379&afftrack=' + sas424tabafftrackvalue + '&w=424">CHLOE for Women by Chloe EDT SPRAY 3 OZ</a><br>CHLOE for Women by Chloe EDT SPRAY 3 OZ<br>Price: $34.70<br></td></tr></table></div><div id="sas424tab5content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=463901885&afftrack=' + sas424tabafftrackvalue + '&w=424"><img src="http://www.drhfinegifts.com/assets/images/products/146997_thumbnail.jpg" border="0"></a></td><td class="sas424contentboxfont"><a class="sas424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14579&userID=' + sas424tabidvalue + '&productID=463901885&afftrack=' + sas424tabafftrackvalue + '&w=424">POLO DOUBLE BLACK for Men by Ralph Lauren EDT SPRAY 2.5 OZ</a><br>POLO DOUBLE BLACK for Men by Ralph Lauren EDT SPRAY 2.5 OZ<br>Price: $37.70<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas424switchtabs(1);

