var fDesc=new Array(); fDesc[0] = "Lenovo Power Manager is an utility that allows you to adjust your power settings to give you the best balance between performance and power saving. The program provides a variety of power-saving features through two essential modes, Basic and Advanced. Also, the program supports Active Directory for system administrators to use in configuring specific power-saving functions to comply with the policy of a particular organization."; 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 = ''; } }