var fDesc=new Array(); fDesc[0] = "Geek Tech Tool Box can remove junk files and invalid registry entries. It may also be used to defrag your hard disk, this improves the speed of file access. The application can also clean the Internet history to protect your privacy. Windows settings to optimize the performance of the computer can also be tweaked automatically by the program."; 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 = ''; } }