var fDesc=new Array(); fDesc[0] = "Eusing Utilities is a system diagnostic utility that will help you diagnose and optimize your computer. It comes with lots of features that range from cleaning the computer to tweaking it for performance. With Eusing Utilities, the registry will be cleaned and bad entries will be removed. It comes with scanning feature which helps find and remove potential threats."; 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 = ''; } }