var fDesc=new Array(); fDesc[0] = "Xvirus Anti-Malware is not the same as your common anti-virus solution, it was designed to block threats which your current anti-virus solution may not detect. This means you can use it alongside your current security software. Anyone can freely use Xvirus Anti-Malware by simply downloading and installing it. Do you think your computer is infected with malware? With a click of a button you can do a flash or system scan to detect and remove all infection found by Xvirus Anti-Malware. Unlike other anti-malware solutions, Xvirus Anti-Malware offer real time protection for free. Because better than removing malware from you computer is preventing it from getting there."; 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 = ''; } }