var fDesc=new Array(); fDesc[0] = "It is very easy to use and also has a friendly interface.

Main features:

- Daily conservation tools and strategies that helps you save money and fight climate change.
- Earn points towards your conservation certification while you save money and conserve energy.
- Once you earn your green 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 ideas.
- A personal green blog that lets you track your energy conservation progress."; 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 = ''; } }