
function sas575switchtabs(tabid) {

for (i=0;i<sas575mytabs.length;i++)
{
	if (sas575mytabs[i] == tabid) {
		document.getElementById('sas575tab'+sas575mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas575tabcell'+sas575mytabs[i]).style.backgroundColor = '#FFFF99';
		document.getElementById('sas575tabcell'+sas575mytabs[i]).className = 'sas575tabheaderon';
		document.getElementById('sas575tabbottom'+sas575mytabs[i]).style.backgroundColor = '#FFFF99';
		document.getElementById('sas575tabtop'+sas575mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas575tablink'+sas575mytabs[i]).className = 'sas575tablinkon';
	}
	else {
		document.getElementById('sas575tab'+sas575mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas575tabcell'+sas575mytabs[i]).style.backgroundColor = '#663300';
		document.getElementById('sas575tabbottom'+sas575mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas575tabtop'+sas575mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas575tablink'+sas575mytabs[i]).className = 'sas575tablink';
		document.getElementById('sas575tabcell'+sas575mytabs[i]).className = 'sas575tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas575tablink: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: normal;');
document.write('}');
document.write('A.sas575tablink: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: normal;');
document.write('}');
document.write('A.sas575tablink: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: normal;');
document.write('}');
document.write('A.sas575tablink: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: normal;');
document.write('}');
document.write('A.sas575tablinkon: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: bold;');
document.write('}');
document.write('A.sas575tablinkon: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: bold;');
document.write('}');
document.write('A.sas575tablinkon: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: bold;');
document.write('}');
document.write('A.sas575tablinkon: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: bold;');
document.write('}');
document.write('');
document.write('.sas575tabheaderon');
document.write('{');
document.write('	background-color: #663300;');
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('.sas575tabheaderoff');
document.write('{');
document.write('	background-color: #663300;');
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('.sas575tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas575tabbottom');
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('.sas575tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas575tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas575tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas575contentbox');
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('.sas575contentboxfont');
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.sas575tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas575tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas575tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas575tabcontentlink: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="240" height="200">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas575tabtop1" class="sas575tabtop"></td><td class="sas575tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas575tabtop2" class="sas575tabtop"></td><td class="sas575tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas575tabtop3" class="sas575tabtop"></td></tr><tr><td id="sas575tabcell1" class="sas575tabheaderon"><a href="#" onClick="sas575switchtabs(1); return false;" class="sas575tablink" id="sas575tablink1">Custom Shutters</a></td><td class="sas575tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas575tabcell2" class="sas575tabheaderoff"><a href="#" onClick="sas575switchtabs(2); return false;" class="sas575tablink" id="sas575tablink2">for Kitchens</a></td><td class="sas575tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas575tabcell3" class="sas575tabheaderoff"><a href="#" onClick="sas575switchtabs(3); return false;" class="sas575tablink" id="sas575tablink3">& Dining Rooms</a></td></tr><tr><td id="sas575tabbottom1" class="sas575tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas575tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas575tabbottom2" class="sas575tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas575tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas575tabbottom3" class="sas575tabbottom"><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="sas575contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas575tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas575contentboxfont"><a class="sas575tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10301&userID=' + sas575tabidvalue + '&productID=458617964&afftrack=' + sas575tabafftrackvalue + '&w=575"><img src="http://www.amnavigator.com/images/danmer/01.jpg" border="0"></a></td><td class="sas575contentboxfont"><a class="sas575tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10301&userID=' + sas575tabidvalue + '&productID=458617964&afftrack=' + sas575tabafftrackvalue + '&w=575">Kitchen &amp; Dining Room Shutters</a><br>We service CA and NV. Click for your Free In-Home Design Consultation.<br></td></tr></table></div><div id="sas575tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas575contentboxfont"><a class="sas575tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10301&userID=' + sas575tabidvalue + '&productID=458617965&afftrack=' + sas575tabafftrackvalue + '&w=575"><img src="http://www.amnavigator.com/images/danmer/02.jpg" border="0"></a></td><td class="sas575contentboxfont"><a class="sas575tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10301&userID=' + sas575tabidvalue + '&productID=458617965&afftrack=' + sas575tabafftrackvalue + '&w=575">Kitchen Shutters</a><br></td></tr></table></div><div id="sas575tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas575contentboxfont"><a class="sas575tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10301&userID=' + sas575tabidvalue + '&productID=458617966&afftrack=' + sas575tabafftrackvalue + '&w=575"><img src="http://www.amnavigator.com/images/danmer/03.jpg" border="0"></a></td><td class="sas575contentboxfont"><a class="sas575tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10301&userID=' + sas575tabidvalue + '&productID=458617966&afftrack=' + sas575tabafftrackvalue + '&w=575">Dining Room Shutters</a><br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas575switchtabs(1);

