var fDesc=new Array(); fDesc[0] = "ZoneAlarm Anti-Ransomware analyzes all suspicious activities on your PC. It detects Ransomware attacks, blocks them and immediately restores any encrypted files. ZoneAlarm Anti-Ransomware is the result of years of research and development and offers the best Enterprise-Grade protection against Ransomware threats. It is fully compatible with all antivirus solutions."; 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 = ''; } }