var fDesc=new Array(); fDesc[0] = "Preventon Antivirus is a program that protects you against the latest strains of viruses, malware, worms, Trojans, and other online threats and removes them. The Real-Time Scanning checks files in real time while they are being created, opened, or copied. It perpetually monitors for signs of malware and viruses alike, and therefore gives the user the highest level of protection."; 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 = ''; } }