
function sas129switchtabs(tabid) {

for (i=0;i<sas129mytabs.length;i++)
{
	if (sas129mytabs[i] == tabid) {
		document.getElementById('sas129tab'+sas129mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas129tabcell'+sas129mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas129tabcell'+sas129mytabs[i]).className = 'sas129tabheaderon';
		document.getElementById('sas129tabbottom'+sas129mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas129tabtop'+sas129mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas129tablink'+sas129mytabs[i]).className = 'sas129tablinkon';
	}
	else {
		document.getElementById('sas129tab'+sas129mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas129tabcell'+sas129mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas129tabbottom'+sas129mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas129tabtop'+sas129mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas129tablink'+sas129mytabs[i]).className = 'sas129tablink';
		document.getElementById('sas129tabcell'+sas129mytabs[i]).className = 'sas129tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas129tablink: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.sas129tablink: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.sas129tablink: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.sas129tablink: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.sas129tablinkon: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.sas129tablinkon: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.sas129tablinkon: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.sas129tablinkon: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('.sas129tabheaderon');
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('.sas129tabheaderoff');
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('.sas129tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas129tabbottom');
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('.sas129tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas129tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas129tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas129contentbox');
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('.sas129contentboxfont');
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.sas129tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas129tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas129tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas129tabcontentlink: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="sas129tabtop1" class="sas129tabtop"></td><td class="sas129tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabtop2" class="sas129tabtop"></td><td class="sas129tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabtop3" class="sas129tabtop"></td><td class="sas129tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabtop4" class="sas129tabtop"></td><td class="sas129tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabtop5" class="sas129tabtop"></td></tr><tr><td id="sas129tabcell1" class="sas129tabheaderon"><a href="#" onClick="sas129switchtabs(1); return false;" class="sas129tablink" id="sas129tablink1">Herman Miller Loaded Office Chairs</a></td><td class="sas129tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabcell2" class="sas129tabheaderoff"><a href="#" onClick="sas129switchtabs(2); return false;" class="sas129tablink" id="sas129tablink2">Herman Miller Basic Office Chair</a></td><td class="sas129tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabcell3" class="sas129tabheaderoff"><a href="#" onClick="sas129switchtabs(3); return false;" class="sas129tablink" id="sas129tablink3">Modern Office Chairs</a></td><td class="sas129tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabcell4" class="sas129tabheaderoff"><a href="#" onClick="sas129switchtabs(4); return false;" class="sas129tablink" id="sas129tablink4">Basic Office Chairs</a></td><td class="sas129tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabcell5" class="sas129tabheaderoff"><a href="#" onClick="sas129switchtabs(5); return false;" class="sas129tablink" id="sas129tablink5">Basic Office Chairs</a></td></tr><tr><td id="sas129tabbottom1" class="sas129tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas129tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabbottom2" class="sas129tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas129tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabbottom3" class="sas129tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas129tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabbottom4" class="sas129tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas129tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas129tabbottom5" class="sas129tabbottom"><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="sas129contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas129tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961070&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1019_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961070&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Aeron® Loaded Chair With Graphite Base</a><br>Aeron® Loaded Chair With Graphite Base             Combining distinctive looks with pioneering ergonomics, Aeron performs like no other chair. It adapts naturally and adjusts precisely to fit people of all sizes and postures doing all kinds of activiti...<br>Price: $949.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961071&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1020_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961071&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Aeron® Loaded Chair With Titanium Base</a><br>Aeron® Loaded Chair With Titanium Base             Combining distinctive looks with pioneering ergonomics, Aeron performs like no other chair. It adapts naturally and adjusts precisely to fit people of all sizes and postures doing all kinds of activiti...<br>Price: $949.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961073&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1024_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961073&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Celle® Loaded Chair</a><br>Celle® Loaded Chair         It\'s a work chair like no other. Only Celle (pronounced sell\'-a) has Cellular Suspension, a patented system of cells and loops that flexes in concert with the body\'s movements for day-long comfort. Celle\'s suspension, along ...<br>Price: $629.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961075&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1027_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961075&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Mirra® Loaded Chair</a><br>Mirra® Loaded Chair          Mirra is an innovative blend of passive and active adjustments that provides a new reference point in performance, aesthetics, and value. Mirra automatically shapes itself to each user, while a few simple adjustments fine-t...<br>Price: $799.00</td></tr></table></div><div id="sas129tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961068&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1014_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961068&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Aeron® Basic Chair With Graphite Base</a><br>Combining distinctive looks with pioneering ergonomics, Aeron performs like no other chair. It adapts naturally and adjusts precisely to fit people of all sizes and postures doing all kinds of activities, all day long. The imaginative design of this ch...<br>Price: $749.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961069&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1016_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961069&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Aeron® Basic Chair With Titanium Base</a><br>Aeron® Basic Chair With Titanium Base                     Combining distinctive looks with pioneering ergonomics, Aeron performs like no other chair. It adapts naturally and adjusts precisely to fit people of all sizes and postures doing all kinds of a...<br>Price: $749.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961072&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1023_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961072&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Celle® Basic Chair</a><br>It\'s a work chair like no other. Only Celle (pronounced sell\'-a) has Cellular Suspension, a patented system of cells and loops that flexes in concert with the body\'s movements for day-long comfort. Celle\'s suspension, along with its naturally balanced ...<br>Price: $449.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961074&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HML/HML1026_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961074&afftrack=' + sas129tabafftrackvalue + '&w=129">Herman Miller® Mirra® Basic Chair</a><br>Mirra® Basic Chair          Mirra is an innovative blend of passive and active adjustments that provides a new reference point in performance, aesthetics, and value. Mirra automatically shapes itself to each user, while a few simple adjustments fine-tu...<br>Price: $599.00</td></tr></table></div><div id="sas129tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961480&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OT/OT1420_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961480&afftrack=' + sas129tabafftrackvalue + '&w=129">Office Star Screen Back Chair with Aluminum Finish Base</a><br>With a breathable fabric chair back and advanced ergonomic controls, this chair is designed for comfort! Features: -Screen Back with Black Fabric Seat -Pneumatic Seat Height Adjustment -360° Swivel -2-to-1 Synchro Tilt- Back reclines at 2-to-1 ratio to...<br>Price: $136.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456451589&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HUS/HUS1002_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456451589&afftrack=' + sas129tabafftrackvalue + '&w=129">Humanscale Liberty Chair</a><br>Liberty, with Form-Sensing Mesh Technology, is unlike any mesh chair you’ve seen or experienced. With its tri-panel construction, Liberty has the body-fitting contours that single-panel stretch mesh chairs simply can’t achieve. And it offers perfect lu...<br>Price: $829.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687937&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/MY/MY1319_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687937&afftrack=' + sas129tabafftrackvalue + '&w=129">Mayline Comfort Flip Arm Big & Tall Chair</a><br>The Comfort Series office chairs provide a balanced seating environment to help reduce stress on the muscles of the thighs, back, neck and shoulders. All chairs meet or exceed ANSI/BIFMA standards, and the Big & Tall Series supports up to 450 pounds. F...<br>Price: $440.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687961&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OT/OT1564_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687961&afftrack=' + sas129tabafftrackvalue + '&w=129">Office Star Executive "Glove Soft" Leather Chair With Coated Finish Base and Arms</a><br>This executive leather chair combines style and comfort with durable construction. Rich leather grants it a traditional, refined look that is perfect for work or the home office. Features: -Thick padded contour seat and back with built-in lumbar suppor...<br>Price: $275.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961452&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OT/OT1336_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961452&afftrack=' + sas129tabafftrackvalue + '&w=129">Office Star SPACE Collection: Air Grid Back Deluxe Task Chair with Leather Seat</a><br>Features: - Thick Padded Leather Contour Seat and Air Grid Back with Built-in Lumbar Support - One Touch Pneumatic Seat Height Adjustment - 2-to-1 Synchro Tilt Control with Adjustable Tilt Tension - Height Adjustable Angled Arms with Soft PU Pads - Hea...<br>Price: $200.00</td></tr></table></div><div id="sas129tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961384&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OF/OF1003_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961384&afftrack=' + sas129tabafftrackvalue + '&w=129">OFM Posture Task Chair</a><br>This task chair has built-in lumbar support to assure day-long comfort in a tough office. Features such as height adjustable seat, arms, and back rest allow you to customize the Task Chair for personal use. Features: -Teflon-coated, stain resistant fab...<br>Price: $109.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961422&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OT/OT1091_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=455961422&afftrack=' + sas129tabafftrackvalue + '&w=129">Office Star Leather High Back Chair with Cherry Finish Wood Base and Arms</a><br>Features: -Thick Padded Seat and Back with Built-in Lumbar Support -Pneumatic Seat Height Adjustment -Cherry Finish -Locking Tilt Control with Adjustable Tilt Tension -Top Cow Leather -Wood Covered Steel Base with Dual Wheel Carpet Casters -Minimal Ass...<br>Price: $235.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456373365&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/BK/BK1026_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456373365&afftrack=' + sas129tabafftrackvalue + '&w=129">Backsaver Managerial Chair TSC-300</a><br>The Managerial Chair includes height and width adjustable arms. The height adjustable back rest ranges from 18.1" to 21.7". The chair also offers forward tilt with lock-out and central pivot control. Features: -Quality foam in seat and back -Comfy cont...<br>Price: $319.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687960&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OT/OT1499_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687960&afftrack=' + sas129tabafftrackvalue + '&w=129">Office Star Manchester Finish Executive Leather Chair with 2-to-1 Synchro Tilt Control</a><br>Features: -Thick padded contour seat and back with built-in lumbar support -One touch pneumatic seat height adjustment -2-to-1 synchro tilt control with adjustable tilt tension -Height adjustment padded loop arms -Top grain, "glove soft" leather availa...<br>Price: $245.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687936&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/MY/MY1310_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687936&afftrack=' + sas129tabafftrackvalue + '&w=129">Mayline Mercado Corsica Chair</a><br>The Mercado Series of office chairs looks to the future with contemporary style and comfort. All chairs are upholstered with genuine leather and meet or exceed ANSI/BIFMA standards. Features: -Deep cushioned seat and back in black leather -Swivel seat ...<br>Price: $270.00</td></tr></table></div><div id="sas129tab5content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456419596&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/VA/VA1014_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456419596&afftrack=' + sas129tabafftrackvalue + '&w=129">Via Seating Terra Mid-Back Chair</a><br>The Terra X mid back task chair is an excellent, affordable choice for the big and tall. It has an extensive range of features, fabrics, arm and base options to match individual style and optimize overall comfort. Features: -Three arm style options -Ba...<br>Price: $339.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687875&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HN/HN1256_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687875&afftrack=' + sas129tabafftrackvalue + '&w=129">HON 4600 Tiempo Series Managerial Mid-Back Chair</a><br>This exective chair is a comfortable choice for any personal office or boardroom. With various adjustment functions, it easily accomodates personal comfort levels. Features: -The solid steel wire frame lets seat and back flex independently -Features pn...<br>Price: $215.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687955&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OT/OT1418_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687955&afftrack=' + sas129tabafftrackvalue + '&w=129">Office Star Manchester Finish Deluxe Pillow Back Executive Chair with Padded Arms</a><br>From Pillow Back to Advanced Ergonomic Features, this chair defines comfort. Available in six different fabrics, it can easily fit in with the rest of your office suite. Features: -Pillow Back Chair with Padded Arms in Pleasure Suede or Mammoth Fabric ...<br>Price: $215.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456898940&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/OT/OT1172_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456898940&afftrack=' + sas129tabafftrackvalue + '&w=129">Office Star Professional Dual Function Ergonomic High Back Leather Chair with Adjustable Padded Arms</a><br>Features: -Thick padded contour seat and back with built-in lumbar support -Pneumatic seat height adjustment -Dual function control -Height and width adjustable padded arms -Italian Leather: Black (-3) or Burgundy (-4) -Heavy duty nylon base with dual ...<br>Price: $265.00</td></tr><tr><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687877&afftrack=' + sas129tabafftrackvalue + '&w=129"><img src="http://common.csnstores.com/common/products/HN/HN1276_s.jpg" border="0"></a></td><td class="sas129contentboxfont"><a class="sas129tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas129tabidvalue + '&productID=456687877&afftrack=' + sas129tabafftrackvalue + '&w=129">HON 5900 Series Task Chair</a><br>Task Chairs offer pneumatic seat-height adjustment and sculpted, molded backs with integral lumbar support. Features: -Adjustable seat height and depth -360-degree swivel -Special lower lumbar area provides proper support for a natural sitting position...<br>Price: $105.00</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas129switchtabs(1);

