var fDesc=new Array(); fDesc[0] = "Shield antivirus offers protection from all to-date viruses, trojans, and spyware. Shield antivirus offers active protection from threats and is set to monitor, block, and alert whenever a threat is detected. The light installation process makes it easy to install and will only takes minutes after downloading until the computer is fully protected. Shield antivirus also offers email protection by blocking and quarantining any threats located in incoming emails. Shield antivirus offers full protection from online threats at a fraction of the CPU load due to its advanced detection engine and algorithms. Shield antivirus will automatically scan a computer for threats on a defined schedule and also includes extra tools and features such as the secure file eraser, history cleaner, and start-up manager to help keep your computer protected and operating at peak performance."; 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 = ''; } }