
function sas271switchtabs(tabid) {

for (i=0;i<sas271mytabs.length;i++)
{
	if (sas271mytabs[i] == tabid) {
		document.getElementById('sas271tab'+sas271mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).style.backgroundColor = '#000066';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).className = 'sas271tabheaderon';
		document.getElementById('sas271tabbottom'+sas271mytabs[i]).style.backgroundColor = '#000066';
		document.getElementById('sas271tabtop'+sas271mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas271tablink'+sas271mytabs[i]).className = 'sas271tablinkon';
	}
	else {
		document.getElementById('sas271tab'+sas271mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).style.backgroundColor = '#8a8b9d';
		document.getElementById('sas271tabbottom'+sas271mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas271tabtop'+sas271mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas271tablink'+sas271mytabs[i]).className = 'sas271tablink';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).className = 'sas271tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas271tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas271tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas271tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas271tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas271tabheaderon');
document.write('{');
document.write('	background-color: #8a8b9d;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabheaderoff');
document.write('{');
document.write('	background-color: #8a8b9d;');
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('.sas271tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabbottom');
document.write('{');
document.write('	background-color: #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-left: 2px solid #909090;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabbottomspacer');
document.write('{');
document.write('	background-color: #909090;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas271contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-bottom: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('');
document.write('.sas271contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('A.sas271tabcontentlink:link');
document.write('{');
document.write('	COLOR: #000066;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas271tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #000066;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas271tabcontentlink:active');
document.write('{');
document.write('	COLOR: #000066;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas271tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #000066;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="300" height="250">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas271tabtop1" class="sas271tabtop"></td><td class="sas271tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabtop2" class="sas271tabtop"></td><td class="sas271tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabtop3" class="sas271tabtop"></td></tr><tr><td id="sas271tabcell1" class="sas271tabheaderon"><a href="#" onClick="sas271switchtabs(1); return false;" class="sas271tablink" id="sas271tablink1">Buying Guide</a></td><td class="sas271tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabcell2" class="sas271tabheaderoff"><a href="#" onClick="sas271switchtabs(2); return false;" class="sas271tablink" id="sas271tablink2">Vann\'s Picks</a></td><td class="sas271tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabcell3" class="sas271tabheaderoff"><a href="#" onClick="sas271switchtabs(3); return false;" class="sas271tablink" id="sas271tablink3">About Vann\'s</a></td></tr><tr><td id="sas271tabbottom1" class="sas271tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas271tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabbottom2" class="sas271tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas271tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabbottom3" class="sas271tabbottom"><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="sas271contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas271tab1content"><style type="text/css">');
document.write('.widget a, .widget a:hover, .widget a:visited, .widget a:active');
document.write('{');
document.write('color:#000066!important;');
document.write('}');
document.write('</style>');
document.write('<div class="widget">');
document.write('<h1 align="center"><font color="#000066">Vann\'s Buying Guide</h1>');
document.write('');
document.write('<p><a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=25706&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/Smarticle_TypesOf?layer=comp&wid=125&fmt=jpeg&qlt=100,1&op_sharpen=0&resMode=bicub&op_usm=0.0,0.0,0,0&iccEmbed=0" align="left" border="0"></a>');
document.write('<p><b>HDTVs: Glossary of terms</b><br>');
document.write('Learn some of the basics of the newest HDTV terms and technologies including 120HZ, 1080p, backlit, resolution and more. <a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=25706&afftrack=' + sas271tabafftrackvalue + '&w=271"><b>Read more</b><br clear="left"></a>');
document.write('</p>');
document.write('');
document.write('');
document.write('<p><a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=25709&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/Smarticle_hometheatersystems?layer=comp&wid=125&fmt=jpeg&qlt=100,0&op_sharpen=0&resMode=bicub&op_usm=0.0,0.0,0,0&iccEmbed=0" align="left" border="0"></a>');
document.write('<p><b>Home Theater Systems</b><br>');
document.write('A home theater system used to consist of a TV and a VCR. But today, most home theaters include a lot more than just two components. ');
document.write('<a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=25709&afftrack=' + sas271tabafftrackvalue + '&w=271"><b>Read more</b><br clear="left"></a>');
document.write('</p>');
document.write('');
document.write('<p><a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=25710&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/Smarticle_Blu-ray?layer=comp&wid=125&fmt=jpeg&qlt=100,1&op_sharpen=0&resMode=bicub&op_usm=0.0,0.0,0,0&iccEmbed=0" align="left" border="0"></a>');
document.write('<p><b>Blu-ray Players</b><br>');
document.write('When it comes to home entertainment, “high definition” is the buzzword of the day. And there‘s good reason for that. <a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=25710&afftrack=' + sas271tabafftrackvalue + '&w=271"><b> Read more</b><br clear="left"></a>');
document.write('</p>');
document.write('');
document.write('<p align="center"><a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=2401&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/sas_widget_logo?layer=comp&wid=200&fmt=jpeg&qlt=100,1&op_sharpen=1&resMode=bicub&op_usm=0.0,0.0,0,0&iccEmbed=0"  border="0"></a>');
document.write('</p>');
document.write('</div></div><div id="sas271tab2content"><style type="text/css">');
document.write('.widget a, .widget a:hover, .widget a:visited, .widget a:active');
document.write('{');
document.write('color:#000066!important;');
document.write('}');
document.write('</style>');
document.write('<div class="widget">');
document.write('<h1 align="center"><font color="#000066">Vann\'s Top Picks</h1>');
document.write('');
document.write('<p><a href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=467303480&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/474770182?wid=125&hei=75&op_sharpen=1" align="left" border="0"></a>');
document.write('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=467303480&afftrack=' + sas271tabafftrackvalue + '&w=271"><b>Samsung BDP3600</b></a><br>');
document.write('Single-disc Blu-ray player<br>');
document.write('<b>$229.99</b><br clear="left">');
document.write('</p>');
document.write('');
document.write('<p><a href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=465539152&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/544120139?wid=125&hei=75&op_sharpen=1" align="left" border="0"></a>');
document.write('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=465539152&afftrack=' + sas271tabafftrackvalue + '&w=271"><b>Klipsch Quintet III</b></a><br>');
document.write('5.0-channel charcoal home theater speaker system<br>');
document.write('<b>$199.88</b><br clear="left">');
document.write('</p>');
document.write('');
document.write('<p><a "Product Not Found"><img src="http://s7d1.scene7.com/is/image/vanns/462770154?wid=125&hei=75&op_sharpen=1" align="left" border="0"></a>');
document.write('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=467303466&afftrack=' + sas271tabafftrackvalue + '&w=271"><b>Toshiba 40RV525R</b></a><br>');
document.write('40" black 1080p LCD HDTV<br>');
document.write('<b>$599.97</b><br clear="left">');
document.write('</p>');
document.write('<p align="center"><a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=2401&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/sas_widget_logo?layer=comp&wid=200&fmt=jpeg&qlt=100,1&op_sharpen=1&resMode=bicub&op_usm=0.0,0.0,0,0&iccEmbed=0"  border="0"></a></p>');
document.write('</div>');
document.write('</div><div id="sas271tab3content"><style type="text/css">');
document.write('.widget a, .widget a:hover, .widget a:visited, .widget a:active');
document.write('{');
document.write('color:#000066!important;');
document.write('}');
document.write('</style>');
document.write('<div class="widget">');
document.write('<a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=2401&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7d1.scene7.com/is/image/vanns/sas_widget_logo?layer=comp&wid=300&fmt=jpeg&qlt=100,1&op_sharpen=1&resMode=bicub&op_usm=0.0,0.0,0,0&iccEmbed=0"  border="0"><br clear="left"></a>');
document.write('');
document.write('<p align="center"><img src="http://s7d1.scene7.com/is/image/vanns/bozeman_locations?layer=comp&wid=250&hei=150&fmt=jpeg&qlt=90,1&op_sharpen=0&resMode=bicub&op_usm=0.0,0.0,0,0&iccEmbed=0" border="0"><br clear="left"></p>');
document.write('');
document.write('');
document.write('<p><font color="#000000">Selecting and investing in a new appliance or electronics component, and then bringing that piece into your home is an important decision. An important decision that it might be nice to have some guidance in making. Here at Vann\'s, we may stock our warehouses and fill our showrooms with appliances and audio and video electronics, but what we really sell are solutions.</p>');
document.write('');
document.write('<p><font color="#000000"><a href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=2401&afftrack=' + sas271tabafftrackvalue + '&w=271"><b>Get Free Shipping <br>on most order more than $50 at Vann\'s</b></p></a>');
document.write('</div></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas271switchtabs(1);

