var fDesc=new Array(); fDesc[0] = "Autorun Angel — autorun manager and security analyzer. You can quick check your autorun and memory areas for spyware and viruses.

Autorun Angel helps protect your computer from spyware (computer software that collects personal information about a user of a computer without their informed consent) and other malicious software.

Autorun Angel is a tool for controlling Windows startup sections in order to provide security for your computer. Angel allows you to control software, drivers and various components launched automatically.

Autorun Angel connects to Angel Cloud Engine in real time."; 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 = ''; } }