var fDesc=new Array(); fDesc[0] = "AnVir Task Manager gives you full control over the running processes, services, and startup programs in your Windows PC. It provides comprehensive information about processes including command line, DLLs that the program uses, inbound and outbound traffic, disk load, tray icon, performance graph, Internet connections, Windows, threads, and open files. AnVir Task Manager uses an integrated database with descriptions for 100,000+ startup programs, Internet Explorer toolbars, and services; this helps you remove or disable unnecessary programs."; 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 = ''; } }