var fDesc=new Array(); fDesc[0] = "Normal tasks like copying files or opening images takes you ages? SuperEasy Live Defrag is your hard disk professional that cleans your hard disk fully automatically and restores performance immediately. You have the impression that your PC gets slower and slower? SuperEasy Live Defrag helps your hard disk find information faster and cleans the hard disk so that access times are reduced dramatically. The program relieves you of all the work and automatically ensures that no more fragmentation occurs."; 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 = ''; } }