var fDesc=new Array(); fDesc[0] = "Optimizer Elite Max is a program that can scan for and remove errors in Windows. It can delete invalid entries from the Windows registry, clean up unwanted/junk files, and free RAM space of unused applications. The application keeps a record of the change in settings made during the cleanup process - this assists you in restoring the computer to its original state in case of an error."; 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 = ''; } }