var fDesc=new Array(); fDesc[0] = "Okoker Optimize Expert is a professional registry optimizer that accelerates the windows system, and enhances the performance of your computer. The software provides 6 kinds of schemes. It's easy to safely optimize, clean and repair the registry with the optimization scheme.It’s easy and safe to optimize, clean and repair the registry with the optimization scheme. It has a beautiful and simple interface that you will enjoy working with."; 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 = ''; } }