
function sas160switchtabs(tabid) {

for (i=0;i<sas160mytabs.length;i++)
{
	if (sas160mytabs[i] == tabid) {
		document.getElementById('sas160tab'+sas160mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas160tabcell'+sas160mytabs[i]).style.backgroundColor = '#6699FF';
		document.getElementById('sas160tabcell'+sas160mytabs[i]).className = 'sas160tabheaderon';
		document.getElementById('sas160tabbottom'+sas160mytabs[i]).style.backgroundColor = '#6699FF';
		document.getElementById('sas160tabtop'+sas160mytabs[i]).style.backgroundColor = '#FFFFFF';
		document.getElementById('sas160tablink'+sas160mytabs[i]).className = 'sas160tablinkon';
	}
	else {
		document.getElementById('sas160tab'+sas160mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas160tabcell'+sas160mytabs[i]).style.backgroundColor = '#FFFFFF';
		document.getElementById('sas160tabbottom'+sas160mytabs[i]).style.backgroundColor = '#FFFFFF';
		document.getElementById('sas160tabtop'+sas160mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas160tablink'+sas160mytabs[i]).className = 'sas160tablink';
		document.getElementById('sas160tabcell'+sas160mytabs[i]).className = 'sas160tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas160tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas160tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas160tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas160tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas160tablinkon:link');
document.write('{');
document.write('	COLOR: #000033;');
document.write('	FONT: 8px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas160tablinkon:visited');
document.write('{');
document.write('	COLOR: #000033;');
document.write('	FONT: 8px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas160tablinkon:active');
document.write('{');
document.write('	COLOR: #000033;');
document.write('	FONT: 8px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas160tablinkon:hover');
document.write('{');
document.write('	COLOR: #000033;');
document.write('	FONT: 8px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas160tabheaderon');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #FFFFFF;');
document.write('	border-right: 2px solid #FFFFFF;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas160tabheaderoff');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #FFFFFF;');
document.write('	border-right: 2px solid #FFFFFF;');
document.write('	border-top: 2px solid #FFFFFF;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas160tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas160tabbottom');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-right: 2px solid #FFFFFF;');
document.write('	border-left: 2px solid #FFFFFF;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas160tabbottomspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas160tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas160tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas160contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #FFFFFF;');
document.write('	border-bottom: 2px solid #FFFFFF;');
document.write('	border-right: 2px solid #FFFFFF;');
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('.sas160contentboxfont');
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.sas160tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas160tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas160tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas160tabcontentlink: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="200" height="185">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas160tabtop1" class="sas160tabtop"></td><td class="sas160tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas160tabtop2" class="sas160tabtop"></td><td class="sas160tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas160tabtop3" class="sas160tabtop"></td></tr><tr><td id="sas160tabcell1" class="sas160tabheaderon"><a href="#" onClick="sas160switchtabs(1); return false;" class="sas160tablink" id="sas160tablink1">Table Lamps</a></td><td class="sas160tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas160tabcell2" class="sas160tabheaderoff"><a href="#" onClick="sas160switchtabs(2); return false;" class="sas160tablink" id="sas160tablink2">Table Clocks</a></td><td class="sas160tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas160tabcell3" class="sas160tabheaderoff"><a href="#" onClick="sas160switchtabs(3); return false;" class="sas160tablink" id="sas160tablink3">Accent Tables</a></td></tr><tr><td id="sas160tabbottom1" class="sas160tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas160tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas160tabbottom2" class="sas160tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas160tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas160tabbottom3" class="sas160tabbottom"><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="sas160contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas160tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455824719&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-6781-IB-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455824719&afftrack=' + sas160tabafftrackvalue + '&w=160">Sussex Table Lamp</a><br></td></tr><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455824718&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-6776-MZ-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455824718&afftrack=' + sas160tabafftrackvalue + '&w=160">Casablanca Table Lamp</a><br></td></tr><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455824711&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-6729-MZ-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455824711&afftrack=' + sas160tabafftrackvalue + '&w=160">Chateau Table Lamp</a><br></td></tr></table></div><div id="sas160tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825568&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-B2735-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825568&afftrack=' + sas160tabafftrackvalue + '&w=160">Bulova Sienna Finish Table Clock</a><br>Price: $64.95</td></tr><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455826356&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-QHE102GL-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455826356&afftrack=' + sas160tabafftrackvalue + '&w=160">Seiko Desk Alarm Clock</a><br>Price: $76.50</td></tr><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825567&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-B2734-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825567&afftrack=' + sas160tabafftrackvalue + '&w=160">Bulova Burlington Chime Table Clock</a><br>Price: $105.00</td></tr></table></div><div id="sas160tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825411&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-A6476-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825411&afftrack=' + sas160tabafftrackvalue + '&w=160">Jameson Accent Table</a><br>Price: $1,149.00</td></tr><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825324&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-A2039-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825324&afftrack=' + sas160tabafftrackvalue + '&w=160">Melissa Accent Chest</a><br>Price: $1,029.00</td></tr><tr><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825323&afftrack=' + sas160tabafftrackvalue + '&w=160"><img src="http://www.homelivingstyle.com/photos/FT-A2038-1.jpg" border="0"></a></td><td class="sas160contentboxfont"><a class="sas160tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas160tabidvalue + '&productID=455825323&afftrack=' + sas160tabafftrackvalue + '&w=160">Whittier Accent Table</a><br>Price: $969.00</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas160switchtabs(1);

