var fDesc=new Array(); fDesc[0] = "RegCure Pro is packed with the tools you need to boost your PC's speed and performance. Featuring an intuitive interface and easy-to-use work flow, RegCure Pro scans common problem areas - and quickly and safely fixes them. As well, it has several tools and features to address other performance and computing issues."; 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 = ''; } }