var fDesc=new Array(); fDesc[0] = "Ever downloaded a 'Free' program only to find out it was Spyware? Or even worse, many will hide the Spyware functions and not tell you. At the time of this release there were 762 known Spyware programs and Spy Chaser lists them and lets you enter a program name to see if it's on this list.

Many of those programs don't uninstall the Spyware even after uninstalling the main program leaving files on your system and entries in the registry you might never get rid of. Many programmers have started using this to make money from programs that don't normally sell very well or to add incentive to purchase the registered version to remove the banner.

Camtech detests this practice and has made this free program available so you can check before installing. Data file updates will be available as the list grows, and it will. Play it safe and check first!"; 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 = ''; } }