var fDesc=new Array(); fDesc[0] = "Immunos is a simple and efficient protection against malware. The program offers great detection and removal abilities and can usually identify viruses that had been missed by the other scanners. It can be configured to perform auto-updates at the interval chosen by the user. Immunos is a malware-scanner anyone can use: straightforward in appearance – it has a clean, simple but chic interface with five large icons displayed to the left – Scan, Update, Config, Log, Help. Clicking on the last icon gets you access to more information about the program and answers you might have on how to use it."; 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 = ''; } }