var fDesc=new Array(); fDesc[0] = "Advertising Killer is a very useful tool that enables you to stop the pop-ups when you are surfing the Internet. The program is a pop-up killer for Internet Explorer, Opera, Mozilla and other popular browsers under windows.
When you encounter a pop-up just add the name of the pop-up into this program (add rule) and you will not see it anymore. You can use '*' as wildcard in the title."; 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 = ''; } }