var fDesc=new Array(); fDesc[0] = "Robo AntiVirus, is your comprehensive all-in-one solution, that protects your Computer against known and unknown threats. Advanced security features will allow Robo AntiVirus, to protect your computer and to make it work at it's best performance.
Robo AntiVirus, contains and uses a large virus database, that is updated every day. Your PC is secured and well informed about new viruses and other security 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 = ''; } }