var fDesc=new Array(); fDesc[0] = "Bazooka Adware and Spyware Scanner detects a multitude of spyware, adware, trojan, keylogger, foistware and trackware components; sources of irritation that antivirus software does not deal with.

The scanning process will only take about two seconds and tell you how to uninstall the potentially unwanted applications using simple step-by-step instructions or put you in contact with the vendor for the most up-to-date and safe uninstall instructions."; 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 = ''; } }