
function sas259switchtabs(tabid) {

for (i=0;i<sas259mytabs.length;i++)
{
	if (sas259mytabs[i] == tabid) {
		document.getElementById('sas259tab'+sas259mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas259tabcell'+sas259mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas259tabcell'+sas259mytabs[i]).className = 'sas259tabheaderon';
		document.getElementById('sas259tabbottom'+sas259mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas259tabtop'+sas259mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas259tablink'+sas259mytabs[i]).className = 'sas259tablinkon';
	}
	else {
		document.getElementById('sas259tab'+sas259mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas259tabcell'+sas259mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas259tabbottom'+sas259mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas259tabtop'+sas259mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas259tablink'+sas259mytabs[i]).className = 'sas259tablink';
		document.getElementById('sas259tabcell'+sas259mytabs[i]).className = 'sas259tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas259tablink: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.sas259tablink: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.sas259tablink: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.sas259tablink: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.sas259tablinkon: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.sas259tablinkon: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.sas259tablinkon: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.sas259tablinkon: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('.sas259tabheaderon');
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('.sas259tabheaderoff');
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('.sas259tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas259tabbottom');
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('.sas259tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas259tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas259tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas259contentbox');
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('.sas259contentboxfont');
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.sas259tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas259tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas259tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas259tabcontentlink: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="sas259tabtop1" class="sas259tabtop"></td><td class="sas259tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas259tabtop2" class="sas259tabtop"></td><td class="sas259tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas259tabtop3" class="sas259tabtop"></td></tr><tr><td id="sas259tabcell1" class="sas259tabheaderon"><a href="#" onClick="sas259switchtabs(1); return false;" class="sas259tablink" id="sas259tablink1">Homelivingstyle</a></td><td class="sas259tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas259tabcell2" class="sas259tabheaderoff"><a href="#" onClick="sas259switchtabs(2); return false;" class="sas259tablink" id="sas259tablink2">New</a></td><td class="sas259tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas259tabcell3" class="sas259tabheaderoff"><a href="#" onClick="sas259switchtabs(3); return false;" class="sas259tablink" id="sas259tablink3">Products</a></td></tr><tr><td id="sas259tabbottom1" class="sas259tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas259tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas259tabbottom2" class="sas259tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas259tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas259tabbottom3" class="sas259tabbottom"><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="sas259contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas259tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457113022&afftrack=' + sas259tabafftrackvalue + '&w=259"><img src="http://www.homelivingstyle.com/photos/HLS-G81045-1.jpg" border="0"></a></td><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457113022&afftrack=' + sas259tabafftrackvalue + '&w=259">Nordic Table Set - Natural</a><br></td></tr></table></div><div id="sas259tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457111934&afftrack=' + sas259tabafftrackvalue + '&w=259"><img src="http://www.homelivingstyle.com/photos/FT-B1926-1.jpg" border="0"></a></td><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457111934&afftrack=' + sas259tabafftrackvalue + '&w=259">Bulova Newington II Mantel Chime Clock</a><br><br></td></tr><tr><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=455826522&afftrack=' + sas259tabafftrackvalue + '&w=259"><img src="http://www.homelivingstyle.com/photos/FT-SK-117-1070B-1.jpg" border="0"></a></td><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=455826522&afftrack=' + sas259tabafftrackvalue + '&w=259">Newcastle Dark Double Vanity Sink Cabinet</a><br><br></td></tr></table></div><div id="sas259tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112998&afftrack=' + sas259tabafftrackvalue + '&w=259"><img src="http://www.homelivingstyle.com/photos/HLS-G51051-1.jpg" border="0"></a></td><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112998&afftrack=' + sas259tabafftrackvalue + '&w=259">Wooden Work Bench</a><br>Colorful, easy-to-manipulate tools include wrench, screwdriver, hammer, c-clamp, T-square, and realistic vise.<br><br></td></tr><tr><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112732&afftrack=' + sas259tabafftrackvalue + '&w=259"><img src="http://www.homelivingstyle.com/photos/HLS-575132-1.jpg" border="0"></a></td><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112732&afftrack=' + sas259tabafftrackvalue + '&w=259">Pulaski Royale Bed Bench</a><br>Pulaski Royale Bed Bench. The Royale Collection has dusty, hold-painted overlays and multi-framed panels of floral rosette medallions.  It invites prosperity to the home with features such as shell and acanthus leaf molding, acanthus leaf and scroll pilaster shafts, capitals and feet, and book and butt cherry veneer on birch solids.<br><br></td></tr><tr><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112206&afftrack=' + sas259tabafftrackvalue + '&w=259"><img src="http://www.homelivingstyle.com/photos/FT-S9909-2W-203641-1.jpg" border="0"></a></td><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112206&afftrack=' + sas259tabafftrackvalue + '&w=259">Double Bench</a><br>Distinctive and truly unique, this stately bench is destined to become a family heirloom.<br><br></td></tr><tr><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112205&afftrack=' + sas259tabafftrackvalue + '&w=259"><img src="http://www.homelivingstyle.com/photos/FT-S9909%209930-1.jpg" border="0"></a></td><td class="sas259contentboxfont"><a class="sas259tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas259tabidvalue + '&productID=457112205&afftrack=' + sas259tabafftrackvalue + '&w=259">Petit Pt. Vanity Bench</a><br>Distinctive and truly unique, this vanity bench is destined to become a family heirloom.<br><br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas259switchtabs(1);

