var fDesc=new Array(); fDesc[0] = "However hard you try, it's tough to keep your computer free of digital junk. Speed Up tidies away unwanted files and makes your machine smooth and speedy. The world's favourite free antivirus protects your PC from pesky viruses that try to bring it down and damage it.There's all sorts of mysterious stuff going on inside your computer. Health Check keeps it all in order and makes sure you've got all the latest Windows® operating system updates."; 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 = ''; } }