var fDesc=new Array(); fDesc[0] = "RoboSAM is a powerful tiny program for removing viruses, worms, and all kinds of malware from your PC. RoboSAM does not rely on malware definitions to detect malwares. The powerful scan engine has 99% detection efficiency and can scan with a blazing fast speed of about 600 files/second on an Intel 2GHz processor."; 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 = ''; } }