var fDesc=new Array(); fDesc[0] = "Smart Defrag can defragment your files to improve the file-access speed from traditional magnetic hard disks. The defragmentation process moves the individual pieces of files into contiguous locations in the disk, so that data access speed is improved. It also comes with Boot Time Defrag feature that improves the starting speed of Windows, by defragmenting those files that cannot be moved while system is running."; 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 = ''; } }