var fDesc=new Array();
fDesc[0] = "Free, fully portable dual-engine cleaning toolkit that scans for and removes Malware and Potentially Unwanted Programs (PUPs) from your PC. Its the tool of choice for a second opinion scan and works well in combination with any other antivirus- and anti-malware programs. No installation required, just download and run. A typical full system scan only takes a minute and no internet connection is required to run a scan.
The cleaning toolkit includes the Emsisoft Commandline Scanner, which contains the same functionality as the Emergency Kit Scanner but without a graphical user interface. This tool is made for professional users and is perfect for batch jobs.
You can extract the contents of the Emsisoft Emergency Kit to a USB flash drive to create your own universal tool for scanning and cleaning infected PCs.";
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 = '';
}
}