var fDesc=new Array(); fDesc[0] = "VirusTotal is a service developed by Hispasec Sistemas that analyzes suspicious files and URLs enabling the identification of viruses, worms, trojans and other kinds of malicious content detected by antivirus engines and web analysis toolbars.
VirusTotal's main characteristics are:
• Free, independent service.
• Runs multiple antivirus engines.
• Runs multiple file characterization tools.
• Real time automatic updates of virus signatures.
• Detailed results from each antivirus engine.
• Runs multiple web site inspection toolbars.
• Real time global statistics.
• Analysis automation API.
• Online malware research community.
• Desktop applications (VTUploader, VTzilla) for interacting with the service."; 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 = ''; } }