var fDesc=new Array(); fDesc[0] = "Complete prevention, detection, and elimination of thousands of computer viruses and trojan horse programs. Virus scans recursively within ZIP, ARJ, RAR, LHA, LZH, ZIP2EXE, RARSFX, ARJSFX, and LHASFX archives, and additionally, PKLITE, EXEPACK, DIET, LZEXE, COMPACK, and COM2COM runtime compression. Also, virus scans within FX-LOCK, CPAV, and FILESHIELD immunized programs. Decrypts and searches within CRYPTCOM, CRYPTCOM-B, DROPPER-A, DROPPER-B, DROPPER-C, DROPPER-D, ENCRCOM/EXE and PROTECT 4.0 encrypted programs. Detects and removes MACRO VIRUSES. Heuristic virus scanning engine detects 80% of new 'unknown' viruses."; 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 = ''; } }