var fDesc=new Array(); fDesc[0] = "Granola is an intelligent software power management solution for laptops, and PCs running Linux and Microsoft Windows. There are over a billion personal computers in the world. Together, they consume hundreds of billions of kilowatt hours annually. If each of these computers ran Granola and reduced their power consumption by even 10 percent, it would be like taking 7 million cars off the road. Or planting 900 million trees. Or turning off 65 coal power plants. Granola saves energy by applying dynamic voltage and frequency scaling (DVFS) to the CPU of a system, something akin to a "dimmer switch." When a user is reading a website or working in a word processor, Granola scales down the power needed; when the CPU is running at full blast for creating charts and graphs or other computing-intensive processes, the software draws more power."; 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 = ''; } }