var fDesc=new Array(); fDesc[0] = "Rapid File Defragmentor is the fastest defragmentation program allowing you to defragment selected files and directories. Regular defragmentation increases the overall performance of your system dramatically.

The key advantage of the Rapid File Defragmentor is the ability to group files and folders into the profiles and defragment only selected profiles instead of the whole hard disk. Now you don't need to wait until your defrag software completes analyzing - defragment your files instantly!"; 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 = ''; } }