var fDesc=new Array(); fDesc[0] = "eAnthology's Popup Blocker stops website generated advertising popups, without stopping the popups you want, like "more info" popups and links you click on. Popup Blocker can sound a chime when it blocks a popup, so that you know when a popup has been stopped. It also keeps a running total of all popups stopped. The trial version is free. Paid users can sign up for levels of service that include eAnthology"; 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 = ''; } }