var fDesc=new Array(); fDesc[0] = "SpeeDefrag is designed to optimize Windows defragmentation process. It restarts your computer, which refreshes the RAM and loads just the defrag.exe program. This imposes minimum load on the system and therefore defragmentation speed is increased. This small software will also shutdown or restart your computer automatically once defrag is over."; 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 = ''; } }