
function sas1568switchtabs(tabid) {

for (i=0;i<sas1568mytabs.length;i++)
{
	if (sas1568mytabs[i] == tabid) {
		document.getElementById('sas1568tab'+sas1568mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1568tabcell'+sas1568mytabs[i]).style.backgroundColor = '#FF9933';
		document.getElementById('sas1568tabcell'+sas1568mytabs[i]).className = 'sas1568tabheaderon';
		document.getElementById('sas1568tabbottom'+sas1568mytabs[i]).style.backgroundColor = '#FF9933';
		document.getElementById('sas1568tabtop'+sas1568mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1568tablink'+sas1568mytabs[i]).className = 'sas1568tablinkon';
	}
	else {
		document.getElementById('sas1568tab'+sas1568mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1568tabcell'+sas1568mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas1568tabbottom'+sas1568mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1568tabtop'+sas1568mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1568tablink'+sas1568mytabs[i]).className = 'sas1568tablink';
		document.getElementById('sas1568tabcell'+sas1568mytabs[i]).className = 'sas1568tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1568tablink: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.sas1568tablink: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.sas1568tablink: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.sas1568tablink: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.sas1568tablinkon: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: bold;');
document.write('}');
document.write('A.sas1568tablinkon: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: bold;');
document.write('}');
document.write('A.sas1568tablinkon: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: bold;');
document.write('}');
document.write('A.sas1568tablinkon: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: bold;');
document.write('}');
document.write('');
document.write('.sas1568tabheaderon');
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('.sas1568tabheaderoff');
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('.sas1568tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1568tabbottom');
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('.sas1568tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1568tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1568tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1568contentbox');
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('.sas1568contentboxfont');
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.sas1568tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1568tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1568tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1568tabcontentlink: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="sas1568tabtop1" class="sas1568tabtop"></td></tr><tr><td id="sas1568tabcell1" class="sas1568tabheaderon"><a href="#" onClick="sas1568switchtabs(1); return false;" class="sas1568tablink" id="sas1568tablink1">Harry London Bestsellers</a></td></tr><tr><td id="sas1568tabbottom1" class="sas1568tabbottom"><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="sas1568contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1568tab1content"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
document.write('<head>');
document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');
document.write('<title>Untitled Document</title>');
document.write('<style type="text/css">');
document.write('<!--');
document.write('.style1 {');
document.write('	font-family: Arial, Helvetica, sans-serif;');
document.write('	font-size: 12px;');
document.write('}');
document.write('.style2 {');
document.write('	color: #FF0000;');
document.write('	font-weight: bold;');
document.write('}');
document.write('-->');
document.write('</style>');
document.write('</head>');
document.write('');
document.write('<body>');
document.write('<table border="0" align="center" cellpadding="2" cellspacing="0">');
document.write('  <tr>');
document.write('    <td width="31%" align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D8%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/CaramelsCanister.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D8%26" target="_blank">8 oz Buttery Caramels</a><br />');
document.write('    $9.99      </span><br /></td>');
document.write('    <td width="35%" align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D9%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/DKSquares1.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D9%26" target="_blank">5.5 oz Dark Chocolate 70% Squares</a><br />');
document.write('      $7.99</span></td>');
document.write('    <td width="34%" align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D13%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/BuckeyTin2.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D13%26" target="_blank">12.25 oz Buckeye Tin</a><br />');
document.write('      $11.99</span></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D14%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/BuckeyBox3.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D14%26" target="_blank">11.25 oz Buckeye Box</a><br />');
document.write('      $9.99</span></td>');
document.write('    <td align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D17%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/MintCookieJoys.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D17%26" target="_blank">5.5 oz Cookie Joys&reg; - Mint Chocolate</a><br />');
document.write('      $3.99</span></td>');
document.write('    <td align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D28%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/RaspTruffles2.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D28%26" target="_blank">5.5 oz Dark Raspberry Truffles</a><br />');
document.write('      $3.99</span></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D37%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/6ozSoftCaramels1.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D37%26" target="_blank">6 oz Soft Caramels</a><br />');
document.write('      $8.00</span></td>');
document.write('    <td align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D78%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/CoconutClusters.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D78%26" target="_blank">7 oz Toasted Coconut Cluster</a><br />');
document.write('      $4.99</span></td>');
document.write('    <td align="center" valign="top"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D87%26" target="_blank"><img src="http://www.harrylondon.com/assets/item/thumbnail/SpringHatBox.jpg" width="163" height="163" border="0" /></a><br />');
document.write('      <span class="style1"><a href="http://www.shareasale.com/r.cfm?u=' + sas1568tabidvalue + '&amp;b=140808&amp;m=18833&amp;afftrack=&amp;urllink=www%2Eharrylondon%2Ecom%2Fstore%2Fitem%2Easpx%3FDepartmentId%3D23%26ItemId%3D87%26" target="_blank">12 oz Spring Hat Box</a><br />');
document.write('      <s>$12.00</s><br />');
document.write('      <span class="style2">$9.60</span></span></td>');
document.write('  </tr>');
document.write('</table>');
document.write('</body>');
document.write('</html>');
document.write('</div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas1568mytabs = new Array()
sas1568mytabs[0] = "1"

sas1568switchtabs(1);

