var fDesc=new Array(); fDesc[0] = "Puran Utilities brings you a set of more than 20 software utilities including but not limited to utilities that can help you get the best performance out of your computer. It also provides an automatic and a one click solution to keep your computer clean and error free."; 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 = ''; } }