var fDesc=new Array(); fDesc[0] = "AVANSI Antivirus is a program that enables you to protect your computer against viruses. It provides all needed layers of protection for your computer and complements it with a complete set of data security features to keep your personal documents. It also allows you to play your games and watch your movies without being disturbed, blocks or suspends malicious processes and infected files before they try to start or connect to your system."; 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 = ''; } }