var fDesc=new Array(); fDesc[0] = "AccSmart is an utility for portable computer's battery monitoring. It is intended to provide you all the battery data and to show you the evolution of the battery's capacity during the charge/discharge cycles. All these information can help you to find out the battery's wear and its actual performance. This monitoring utility allows you to get all system batteries information and show them as numerical values or as a graphical diagram. It can also save the static and dynamic data to a text file and accelerate the battery discharge if required for tests."; 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 = ''; } }