var fDesc=new Array(); fDesc[0] = "Remo Optimizer is a software tool that automatically repairs PC registry errors. The program repairs file associations and font entries, and allows you to remove startup programs. Also, it manages your Cache of images to speed up the time it takes to load web pages, increases the PC performance, cleans up your PC to prevent memory clogging, and more."; 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 = ''; } }