var fDesc=new Array(); fDesc[0] = "QExtract.exe is a commandline tool for extracting a file from a SAVCorp quarantine file. The tool takes a given VBN file and the target filename for the file to be extracted. It looks for the given VBN file in SAV’s quarantine directory and extracts the actual file contained in the VBN file into the target file given."; 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 = ''; } }