
function sas881switchtabs(tabid) {

for (i=0;i<sas881mytabs.length;i++)
{
	if (sas881mytabs[i] == tabid) {
		document.getElementById('sas881tab'+sas881mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas881tabcell'+sas881mytabs[i]).style.backgroundColor = '#CCFF66';
		document.getElementById('sas881tabcell'+sas881mytabs[i]).className = 'sas881tabheaderon';
		document.getElementById('sas881tabbottom'+sas881mytabs[i]).style.backgroundColor = '#CCFF66';
		document.getElementById('sas881tabtop'+sas881mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas881tablink'+sas881mytabs[i]).className = 'sas881tablinkon';
	}
	else {
		document.getElementById('sas881tab'+sas881mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas881tabcell'+sas881mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas881tabbottom'+sas881mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas881tabtop'+sas881mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas881tablink'+sas881mytabs[i]).className = 'sas881tablink';
		document.getElementById('sas881tabcell'+sas881mytabs[i]).className = 'sas881tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas881tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas881tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas881tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas881tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas881tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas881tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas881tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas881tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 16px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas881tabheaderon');
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('.sas881tabheaderoff');
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('.sas881tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas881tabbottom');
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('.sas881tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas881tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas881tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas881contentbox');
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 Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas881contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas881tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas881tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas881tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas881tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial;');
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="sas881tabtop1" class="sas881tabtop"></td><td class="sas881tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas881tabtop2" class="sas881tabtop"></td></tr><tr><td id="sas881tabcell1" class="sas881tabheaderon"><a href="#" onClick="sas881switchtabs(1); return false;" class="sas881tablink" id="sas881tablink1">Solar Power </a></td><td class="sas881tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas881tabcell2" class="sas881tabheaderoff"><a href="#" onClick="sas881switchtabs(2); return false;" class="sas881tablink" id="sas881tablink2">Wind Power</a></td></tr><tr><td id="sas881tabbottom1" class="sas881tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas881tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas881tabbottom2" class="sas881tabbottom"><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="sas881contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas881tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564057&afftrack=' + sas881tabafftrackvalue + '&w=881"><img src="http://static3.jadedpixel.com/s/files/1/0011/4102/products/1.kw.grid.tied.system_medium.png" border="0"></a></td><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564057&afftrack=' + sas881tabafftrackvalue + '&w=881">1.1kW Grid-Tied Solar Electric System </a><br>GoGreenSolar.com 1.1kW grid-tie PV power systems are designed for use on residential and small commercial buildings. They consist of high quality Evergreen (PV) modules, a Kaco inverter, array wiring, DC and AC disconnects, UniRac mounting structures to secure modules on the roof, electrical drawings, data sheets, warranties and instructions. Solar Electric Photovoltaic starter system can be combined to form larger systems to meet your requirements, in the future. The GoGreenSolar.com starter system can reduce part of your bill, or eliminate higher cost electricity in locations that have progressively increasing rates as consumption increases. The starter kit system gives you all the benefits of utility interconnection and net metering for a low upfront investment. This kit qualifies for rebates and tax credits depending on the state you live in.<br><br><br></td></tr><tr><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564056&afftrack=' + sas881tabafftrackvalue + '&w=881"><img src="http://static0.jadedpixel.com/s/files/1/0011/4102/products/bp.solar.bp.350J.panel_medium.png" border="0"></a></td><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564056&afftrack=' + sas881tabafftrackvalue + '&w=881">BP Solar BP350J 50W Solar Panel</a><br>High-efficiency photovoltaic module using silicon nitride multicrystalline silicon cells. Ideal for remote telemetry, instrumentation systems, security sensors and land-based aids to navigation. <br><br></td></tr><tr><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564062&afftrack=' + sas881tabafftrackvalue + '&w=881"><img src="http://static3.jadedpixel.com/s/files/1/0011/4102/products/evergreen_solar_panel_medium.jpg" border="0"></a></td><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564062&afftrack=' + sas881tabafftrackvalue + '&w=881">Evergreen ES-190, 190 Watt Solar Panel</a><br>Evergreen Solar Spruce Line™ features high power, state-of-the-art solar panels designed specifically for residential or commercial applications. These solar panels offer the end-user superior performance and complete peace of mind while providing the utmost in installation flexibility. <br><br></td></tr></table></div><div id="sas881tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564061&afftrack=' + sas881tabafftrackvalue + '&w=881"><img src="http://static2.jadedpixel.com/s/files/1/0011/4102/products/19-skystream_medium.jpg" border="0"></a></td><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564061&afftrack=' + sas881tabafftrackvalue + '&w=881">Skystream 3.7 Grid Tie 1.8kW Wind Power System</a><br>The Skystream 3.7™ is a new generation residential wind generator that hooks up to your your home to reduce or eliminate your monthly electrical bill. It’s the first all-inclusive wind generator (with controls and inverter built in) designed to provide quiet, clean electricity in very low winds. This makes Skystream ideal for residential homes and small businesses<br><br></td></tr><tr><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564059&afftrack=' + sas881tabafftrackvalue + '&w=881"><img src="http://static3.jadedpixel.com/s/files/1/0011/4102/products/airbreeze_medium.jpg" border="0"></a></td><td class="sas881contentboxfont"><a class="sas881tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=16774&userID=' + sas881tabidvalue + '&productID=459564059&afftrack=' + sas881tabafftrackvalue + '&w=881">Air Breeze Land Wind Turbine</a><br>How can you prepare for a rainy day? The answer is blowing in the wind.<br>Small wind electric systems can deliver serious energy. This is just one lesson people are learning all around the world. From remote homes and cabins to rural communications towers and monitoring stations, people are using small wind system to generate inexpensive energy, right where it’s needed. And for a great many of these people, the system of choice is Southwest Windpower’s Air generator. ');
document.write('Today, Air Breeze, the new generation of the world’s best-selling small wind generator, powers countless lights, radios, computers, tools and appliances. It is also used widely to complement solar PV systems. Air Breeze is a perfect choice for hybrid wind/solar systems that provide you with the most reliable year-round energy supply. ');
document.write('<br><br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas881switchtabs(1);

