var fDesc=new Array(); fDesc[0] = "Registry Well ™ is a complete errors eliminator and system optimization suite for Windows 98, ME, 2000, XP and Vista, which can effectively eliminate PC problems and greatly increase PC performance with our result-oriented solutions. The built-in utilities provide additional care for the health of your computer and tools to conviently back up the data before repairing and clean up the junk files and duplicate files on your hard drives."; 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 = ''; } }