var fDesc=new Array(); fDesc[0] = "Green is a free software program developed to give everyone the tools need help fight global warming. Greent provides practical tools and strategies for you to help reduce CO2 emissions and counteract global warming.

Product Features:

-Daily conservation tools and strategies that helps you save money and fight global warming.

-Earn points towards your conservation certification while you save money and conserve energy.

- Once you earn your conservation certificate, use it to request discounts from energy, water, gas and other companies in your area.

- Provides targeted home, work, auto, recycling and shopping conservation strategies.

- Includes an energy audit that audits your current lifestyle.

- Daily conservation checklists to monitor your energy conservation activities.

- Brainstorming tool that let you brainstorm new green"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }