var fDesc=new Array(); fDesc[0] = "Detects any spyware that may already be on your computer spying on you, showing you pop-up advertising, and eliminates them completely. Actively Blocks spyware before they have a chance of infecting your system. By eliminating the source of the popup ads, you won't be seeing them any time soon. You can easily schedule computer scans while you are away from your computer. There are many scheduling options to accomodate your exact spyware scanning needs and habits."; 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 = ''; } }