
function sas172switchtabs(tabid) {

for (i=0;i<sas172mytabs.length;i++)
{
	if (sas172mytabs[i] == tabid) {
		document.getElementById('sas172tab'+sas172mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas172tabcell'+sas172mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas172tabcell'+sas172mytabs[i]).className = 'sas172tabheaderon';
		document.getElementById('sas172tabbottom'+sas172mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas172tabtop'+sas172mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas172tablink'+sas172mytabs[i]).className = 'sas172tablinkon';
	}
	else {
		document.getElementById('sas172tab'+sas172mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas172tabcell'+sas172mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas172tabbottom'+sas172mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas172tabtop'+sas172mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas172tablink'+sas172mytabs[i]).className = 'sas172tablink';
		document.getElementById('sas172tabcell'+sas172mytabs[i]).className = 'sas172tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas172tablink: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.sas172tablink: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.sas172tablink: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.sas172tablink: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.sas172tablinkon: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.sas172tablinkon: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.sas172tablinkon: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.sas172tablinkon: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('.sas172tabheaderon');
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('.sas172tabheaderoff');
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('.sas172tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas172tabbottom');
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('.sas172tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas172tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas172tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas172contentbox');
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('.sas172contentboxfont');
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.sas172tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas172tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas172tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas172tabcontentlink: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="500" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas172tabtop1" class="sas172tabtop"></td></tr><tr><td id="sas172tabcell1" class="sas172tabheaderon"><a href="#" onClick="sas172switchtabs(1); return false;" class="sas172tablink" id="sas172tablink1">Rockler Outlet</a></td></tr><tr><td id="sas172tabbottom1" class="sas172tabbottom"><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="sas172contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas172tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456267361&afftrack=' + sas172tabafftrackvalue + '&w=172"><img src="http://images.rockler.com/rockler/images/20996-01-80.jpg" border="0"></a></td><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456267361&afftrack=' + sas172tabafftrackvalue + '&w=172"> Cabinetmaker\'\'s HSS Drill Bit Set </a><br>Our 19-piece set includes the most popular drill bit sizes used for furniture, cabinetry and hardware installation. Ideal for general and heavy-duty applications, including hardwoods, plastics, composites and metals. Easily centers to start drilling on contact.<br><br>Price: $27.99</td></tr><tr><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456862164&afftrack=' + sas172tabafftrackvalue + '&w=172"><img src="http://images.rockler.com/rockler/images/36191-01-80.jpg" border="0"></a></td><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456862164&afftrack=' + sas172tabafftrackvalue + '&w=172"> 22-Piece Forstner Bit Set</a><br>Perfect for doweling, mortising, pocket holes, hardware installation and more! Pre-sharpened high carbon steel bits are ready to use in any type of wood. Cut precision flat-bottom holes without tear-out.<br><br>Price: $99.99</td></tr><tr><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456267631&afftrack=' + sas172tabafftrackvalue + '&w=172"><img src="http://images.rockler.com/rockler/images/21848-01-80.jpg" border="0"></a></td><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456267631&afftrack=' + sas172tabafftrackvalue + '&w=172"> T-Track/Hold Down Kit</a><br>A must for your shop! Kit includes anodized aluminum, 48\' T-track that can be cut to length, plus two hold downs (clamp, 3\' T-bolt, and 5-star knob) good for material up to 2-1/2\' thick.<br><br>Price: $23.49</td></tr><tr><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456267650&afftrack=' + sas172tabafftrackvalue + '&w=172"><img src="http://images.rockler.com/rockler/images/21951-01-80.jpg" border="0"></a></td><td class="sas172contentboxfont"><a class="sas172tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas172tabidvalue + '&productID=456267650&afftrack=' + sas172tabafftrackvalue + '&w=172"> Glue Bottle Kit</a><br>Kit includes the most common gluing tips for the majority of your woodworking projects — everything you need for five different gluing applications!Comes with 8 oz. glue bottle, biscuit tip, 2-1/2" roller, glue brush, dowel tip, fine point tip and covers.Plastic.<br><br>Price: $11.89</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas172switchtabs(1);

