var fDesc=new Array(); fDesc[0] = "Ashampoo HDD Control Corporate is a health monitoring tool for your hard disks. The tool permanently monitors your hard disks and determines the state of health of your drives and the integrated guard provides notifications in case of irregularities, even through email if desired. The integrated history view allows you to reliably predict harmful events and the network feature displays the health status for the drives of your network PCs."; 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 = ''; } }