var fDesc=new Array(); fDesc[0] = "The GREEN BUTTON software reduces energy consumption and extends the drive’s life expectancy by automatically placing the Verbatim Store `n` Go into sleep mode after a programmed period of time or by the user manually clicking on the GREEN BUTTON on the desktop. Green button software enables you to control when to suspend the hard drive to save energy. When the hard drive is idle, you can just click the "suspend now" button and turn the hard drive to "sleep mode" to save energy."; 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 = ''; } }