var fDesc=new Array(); fDesc[0] = "Save power, save money and lower your carbon footprint by scheduling your PC to be on when you need it and off when you don't. Greenkeeper™ Home won’t switch down your PC if you’re working at it, but once you have left your machine for the day or night, it will move to your choice of power saving settings. In addition having your PC powered down when you’re not working at it helps protect you from unwanted hackers, and will reduce your personal carbon emissions by over 120kg per annum. Schedule times when you want your computer on and when you want it off."; 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 = ''; } }