
function sas240switchtabs(tabid) {

for (i=0;i<sas240mytabs.length;i++)
{
	if (sas240mytabs[i] == tabid) {
		document.getElementById('sas240tab'+sas240mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas240tabcell'+sas240mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas240tabcell'+sas240mytabs[i]).className = 'sas240tabheaderon';
		document.getElementById('sas240tabbottom'+sas240mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas240tabtop'+sas240mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas240tablink'+sas240mytabs[i]).className = 'sas240tablinkon';
	}
	else {
		document.getElementById('sas240tab'+sas240mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas240tabcell'+sas240mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas240tabbottom'+sas240mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas240tabtop'+sas240mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas240tablink'+sas240mytabs[i]).className = 'sas240tablink';
		document.getElementById('sas240tabcell'+sas240mytabs[i]).className = 'sas240tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas240tablink: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.sas240tablink: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.sas240tablink: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.sas240tablink: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.sas240tablinkon: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.sas240tablinkon: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.sas240tablinkon: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.sas240tablinkon: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('.sas240tabheaderon');
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('.sas240tabheaderoff');
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('.sas240tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas240tabbottom');
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('.sas240tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas240tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas240tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas240contentbox');
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('.sas240contentboxfont');
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.sas240tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas240tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas240tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas240tabcontentlink: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="sas240tabtop1" class="sas240tabtop"></td><td class="sas240tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas240tabtop2" class="sas240tabtop"></td></tr><tr><td id="sas240tabcell1" class="sas240tabheaderon"><a href="#" onClick="sas240switchtabs(1); return false;" class="sas240tablink" id="sas240tablink1">For the CabinetMaker</a></td><td class="sas240tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas240tabcell2" class="sas240tabheaderoff"><a href="#" onClick="sas240switchtabs(2); return false;" class="sas240tablink" id="sas240tablink2">Clamps at Rockler</a></td></tr><tr><td id="sas240tabbottom1" class="sas240tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas240tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas240tabbottom2" class="sas240tabbottom"><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="sas240contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas240tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456268490&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/24964-01-80.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456268490&afftrack=' + sas240tabafftrackvalue + '&w=240"> Salice Hinge and Plate for 3/8\'\'\'\' Overlay Doors</a><br>Introducing the first Euro-style concealed hinge for your 3/8" lipped (overlay) doors! Rockler exclusive plate mounts to back of frame to combine with high-quality, nickel-plated Salice hinge.<br><br>Price: $19.99</td></tr><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456270390&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/32911-01-80.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456270390&afftrack=' + sas240tabafftrackvalue + '&w=240"> Shelf Jig and 1/4\'\'\'\' Bit Set</a><br>Our original Shelving Jig is now even better!Get perfectly, consistently spaced and centered shelf-pin holes! Economical and practical, this jig can be used on assembled or unassembled cabinetry. Re-designed handle includes two storage compartments for self-centering bits! Ideal for adding shelves to new or existing cabinets. Drills holes either 1-7/16\' or 2-1/2\' from edge. Insert shelf pin in top or bottom position to extend jig for continuous drilling.See our JIG IT Shelving Jig Video Workshop.<br><br>Price: $27.99</td></tr><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456271418&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/37603-01-80.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456271418&afftrack=' + sas240tabafftrackvalue + '&w=240"> Sure-Hook™ Tool-Less Cabinet Door Hanger</a><br>A Rockler exclusive! Take the hassle out of hanging cabinet doors for spraying with the latest revolutionary innovation from the Rockler workshop. The Sure-Hook™ tool-less cabinet door hanger has an expandable cam-action plug that allows you to hang cabinet doors with 35mm hinge cup holes in just seconds!You\'ll enjoy quick and easy spraying of your finish without messy adjustments!<br><br>Price: $3.99</td></tr><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456272804&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/55902a-th.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456272804&afftrack=' + sas240tabafftrackvalue + '&w=240"> 3/8\'\'\'\' Overlay 2-Way Face Frame Hinges Pair</a><br>Specifically designed for use with face frames. These fully concealed 35mm face frame hinges offer 2-way height adjustments and side adjustments. Hinges are fully concealed and have 105 openings. Self closing. 35mm cup.See optional Blumotion Soft Close System for silent and cushioned door closure.<br><br>Price: $5.99</td></tr><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456266564&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/11162-2s.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456266564&afftrack=' + sas240tabafftrackvalue + '&w=240"> Please use our Online Order Process</a><br>Our Rockler Exclusive Custom Door Program lets you custom order unfinished doors and drawer fronts to create just the right look for your kitchen cabinets or furniture pieces!Click on the "More Info" tab for information on placing an order.<br><br>Price: $0.01</td></tr></table></div><div id="sas240tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456981560&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/31673-01-80.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456981560&afftrack=' + sas240tabafftrackvalue + '&w=240"> 4-Piece All-In-One Clamp Guide Special Package</a><br>The first zero-deflection straight edge clamping guide! Provides you with straighter and more accurate cuts, dadoes and routing without additional clamps.This special package offer includes 12\', 24\', 36\' and 50\' Clamp Guides. $139 Value!SAVE $50!Hurry, Offer valid while supplies last!<br><br>Price: $138.99</td></tr><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456372525&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/30921-01-80.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456372525&afftrack=' + sas240tabafftrackvalue + '&w=240"> New Sure-Foot Plus 3/4\'\'\'\' Pipe Clamp</a><br>New and improved design features 2-1/4" high jaws — a half inch higher than standard pipe clamps! Ideal for use with our exclusive Pipe Clamp Bench Blocks (#35359), providing a full 1" engagement with the workpiece on the lower clamp.3/4" pipe sold separately.<br><br>Price: $11.99</td></tr><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456268418&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/24710-01-80.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456268418&afftrack=' + sas240tabafftrackvalue + '&w=240"> Cabinetmaker\'\'s Clamp-It Assembly Tool Master Kit</a><br>Our complete family of Clamp-Its is now in one great set! You’ll be able to handle a variety of assembly applications, from clamping up small projects to multi-sided frames.SAVE more than $65 versus buying these pieces separately.<br><br>Price: $99.99</td></tr><tr><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456270670&afftrack=' + sas240tabafftrackvalue + '&w=240"><img src="http://images.rockler.com/rockler/images/34491-01-80.jpg" border="0"></a></td><td class="sas240contentboxfont"><a class="sas240tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12070&userID=' + sas240tabidvalue + '&productID=456270670&afftrack=' + sas240tabafftrackvalue + '&w=240">  36\'\'\'\' Sure-Foot Aluminum Bar Clamp - Each</a><br>Rockler’s exclusive design features an extra-wide 2-1/2" foot for exceptional stability and higher base that raises bar 1-1/2" above the table for excellent handle clearance. Create 8 ft, 12 ft, 16 ft ... or longer clamps with the Extension Connector Kit!<br><br>Price: $26.99</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas240switchtabs(1);

