var fDesc=new Array(); fDesc[0] = "BatteryCat is a neat, easy to use battery monitoring program for MS Windows. It shows you all relevant information of the battery of your laptop. It also provides low level data gathering functions and enables you to save the current health state of the laptop's battery and thus monitor the long term development of the battery."; 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 = ''; } }