var fDesc=new Array(); fDesc[0] = "Safe Returner is an awesomely impressive anti-malware tool which aids in the removal of Malware - Trojan Horses, Worms, Adware, Spyware, Rootkit - when standard anti-virus software either fails to detect them or fails to effectively eliminate them.

Safe Returner's a relatively speedy malware remover, it works at a high speed with the full scan taking less than 5 minutes even with other high-resource programs running. It has a self-developed heuristic malware detection engine which displays the severity of the Spyware threat, used ranging from High Risk, Moderate Risk, and Low Risk."; 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 = ''; } }