var fDesc=new Array(); fDesc[0] = "mst Defragi s the world's first proactive defragmentation software. This is a technological jump start that relieves private users of routine tasks and pays off in both small and large companies by lowering their administrative costs and work. The proactive technology of mst Defrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter. In doing so, mst Defrag neither interferes with your work, due to excessive use of your systems resources, nor does its configuration, installation and maintenance in a private or companywide networking environment create additional, unnecessary hassle."; 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 = ''; } }