
function sas198switchtabs(tabid) {

for (i=0;i<sas198mytabs.length;i++)
{
	if (sas198mytabs[i] == tabid) {
		document.getElementById('sas198tab'+sas198mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas198tabcell'+sas198mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas198tabcell'+sas198mytabs[i]).className = 'sas198tabheaderon';
		document.getElementById('sas198tabbottom'+sas198mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas198tabtop'+sas198mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas198tablink'+sas198mytabs[i]).className = 'sas198tablinkon';
	}
	else {
		document.getElementById('sas198tab'+sas198mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas198tabcell'+sas198mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas198tabbottom'+sas198mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas198tabtop'+sas198mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas198tablink'+sas198mytabs[i]).className = 'sas198tablink';
		document.getElementById('sas198tabcell'+sas198mytabs[i]).className = 'sas198tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas198tablink: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.sas198tablink: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.sas198tablink: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.sas198tablink: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.sas198tablinkon: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.sas198tablinkon: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.sas198tablinkon: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.sas198tablinkon: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('.sas198tabheaderon');
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('.sas198tabheaderoff');
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('.sas198tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas198tabbottom');
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('.sas198tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas198tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas198tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas198contentbox');
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('.sas198contentboxfont');
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.sas198tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas198tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas198tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas198tabcontentlink: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="285" height="465">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas198tabtop1" class="sas198tabtop"></td><td class="sas198tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas198tabtop2" class="sas198tabtop"></td><td class="sas198tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas198tabtop3" class="sas198tabtop"></td></tr><tr><td id="sas198tabcell1" class="sas198tabheaderon"><a href="#" onClick="sas198switchtabs(1); return false;" class="sas198tablink" id="sas198tablink1">Patriotic Rugs </a></td><td class="sas198tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas198tabcell2" class="sas198tabheaderoff"><a href="#" onClick="sas198switchtabs(2); return false;" class="sas198tablink" id="sas198tablink2">Fireworks</a></td><td class="sas198tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas198tabcell3" class="sas198tabheaderoff"><a href="#" onClick="sas198switchtabs(3); return false;" class="sas198tablink" id="sas198tablink3">Flags</a></td></tr><tr><td id="sas198tabbottom1" class="sas198tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas198tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas198tabbottom2" class="sas198tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas198tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas198tabbottom3" class="sas198tabbottom"><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="sas198contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas198tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456237114&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/KC/KC1135_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456237114&afftrack=' + sas198tabafftrackvalue + '&w=198">Milliken Summer Lady Liberty America Novelty Rug</a><br>With a variety of summer-themed, patriotic rugs, Milliken\'s Summer Seasonal collection is sure to have the perfect rug to match your summer style. Constructed of premium nylon fibers for added durability and boasting Milliguard, Milliken\'s protection a...<br>Price: $76.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456251406&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/NB/NB1062_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456251406&afftrack=' + sas198tabafftrackvalue + '&w=198">Majestic Rugs Heritage American Tribute Rug</a><br>The Heritage Collection features accent rugs in many shapes, styles, and themes. These rugs are vibrant and colorful; perfect for special occasions, holidays, or just to add style and flair to a room. The superior craftsmanship of the patriotic America...<br>Price: $79.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456251411&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/NB/NB1063_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456251411&afftrack=' + sas198tabafftrackvalue + '&w=198">Majestic Rugs Heritage God Bless America Rug</a><br>The Heritage Collection features accent rugs in many shapes, styles, and themes. These rugs are vibrant and colorful; perfect for special occasions, holidays, or just to add style and flair to a room. The superior craftsmanship of the patriotic God Ble...<br>Price: $79.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456634564&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/KC/KC1137_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456634564&afftrack=' + sas198tabafftrackvalue + '&w=198">Milliken Summer American Patchwork Novelty Rug</a><br>With a variety of summer-themed, patriotic rugs, Milliken\'s Summer Seasonal collection is sure to have the perfect rug to match your summer style. Constructed of premium nylon fibers for added durability and boasting Milliguard, Milliken\'s protection a...<br>Price: $150.00</td></tr></table></div><div id="sas198tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456921077&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/GAP/GAP1192_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456921077&afftrack=' + sas198tabafftrackvalue + '&w=198">Washington DC Fireworks Framed Photograph -  Gary McVicker</a><br>-Photography print -Photographer: Gary McVicker -Frame included -Choice of five different wood frame finishes -Available in four different sizes Special Features: -Framed image is double matted -Comes ready to hang -Comes with state of the art acrylic ...<br>Price: $269.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456920975&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/GAP/GAP1086_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456920975&afftrack=' + sas198tabafftrackvalue + '&w=198">Louisville Fireworks Framed Photograph - Adam Jones</a><br>-Photography print -Photographer: Adam Jones -Frame included -Choice of five different wood frame finishes -Available in four different sizes Special Features: -Framed image is double matted -Comes ready to hang -Comes with state of the art acrylic gla...<br>Price: $269.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456529274&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/BSS/BSS1383_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456529274&afftrack=' + sas198tabafftrackvalue + '&w=198">Bass Led Fireworks</a><br>Add a fun touch to a room with this LED firework lights. The lights and can be either freestanding or hanging and can run four different light programs to always keep your guests entertained. Features: -Available in two sizes -Can hang or be freestandi...<br>Price: $495.20</td></tr></table></div><div id="sas198tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456933698&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/WHP/WHP1426_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456933698&afftrack=' + sas198tabafftrackvalue + '&w=198">Whitehall Products 30" Liberty Flag Weathervane</a><br>This patriotic 30" liberty flag weathervane is a reminder of America\'s revolutionary past and makes a great gift for Independence Day. It includes everything you need to mount it and comes with full instructions.  Features: -Crafted of rust-free alumin...<br>Price: $69.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456933629&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/WHP/WHP1355_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456933629&afftrack=' + sas198tabafftrackvalue + '&w=198">Whitehall Products Medium Flagpole Eagle</a><br>Show your patriotism with this majestic Medium Flagpole Eagle. One of Americas national symbols this eagle flagpole topper will make you feel proud to be and American. These eagles come in either full true color, gold bonze, or pewter.  Features: -Full...<br>Price: $65.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456933443&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/GDM/GDM1095_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456933443&afftrack=' + sas198tabafftrackvalue + '&w=198">GDM Mailbox Company Brass American Flag Medallion</a><br>Mailbox medallions are available for the Hampton, Belmont, and Lexington lines of mailboxes, the first in their respective classes to offer interchangeable door medallions. This means you now have the ability to change every mailbox appearance in a cla...<br>Price: $45.00</td></tr><tr><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456924873&afftrack=' + sas198tabafftrackvalue + '&w=198"><img src="http://common.csnstores.com/common/products/OAD/OAD1676_s.jpg" border="0"></a></td><td class="sas198contentboxfont"><a class="sas198tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11035&userID=' + sas198tabidvalue + '&productID=456924873&afftrack=' + sas198tabafftrackvalue + '&w=198">Colonial Flag Welcome Sign - Warren Kimble</a><br>WeatherPrint has the look of stretched canvas art, yet it can withstand all weather elements in the harshest conditions because the UV inks are printed directly to aluminum! A specially formulated coating is then applied to the printed aluminum that pr...<br>Price: $69.00</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas198switchtabs(1);

