var fDesc=new Array(); fDesc[0] = "Popup Assassin Pro the powerful pop-up blocker! Fully configurable!
Popup Assassin Pro is an intelligent popup ad blocker, that can block all pop-up ads without interfering with your regular web surfing.
Popup Assassin Pro is software that increases speed by eliminating stress on your computers and Internet line by removing popup windows."; 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 = ''; } }