var fDesc=new Array(); fDesc[0] = "PhrozenSoft VirusTotal Uploader is an easy and powerful solution to upload any suspicious file to the official VirusTotal website, and receive the results in real time. VirusTotal is a free service which allows you to scan files using most of the well-known antivirus programs and, because it scans a file simultaneously, it is also called a Multi-Engined Virus Scanner."; 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 = ''; } }