var fDesc=new Array(); fDesc[0] = "Secure downloader is a Chrome Extension that allows you to scan the context of downloadable files from the Internet before installing them on your computer. It has an internal analyzer for downloadable files on a webpage. During each download, if your host isn’t whitelisted, the context of your file is scanned by more than 40 antivirus engines, which will do a through inspection for viruses, malware and phishing."; 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 = ''; } }