var fDesc=new Array(); fDesc[0] = "PC Accelerator Plus is a Registry Cleaner and PC Speed Optimizer that utilizes advanced technologies to analyze and fix PC errors and registry malfunctions. Download PC Accelerator Plus and Scan Your PC for FREE! PC Accelerator Plus will LOCATE & FIX the following: Empty registry keys, Useless file extensions, Invalid file associations, Invalid startup programs, Invalid fonts, Empty uninstall entries, Invalid shared dlls, Invalid add/remove programs"; 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 = ''; } }