var fDesc=new Array(); fDesc[0] = "PopOops is a small and easy to use program that blocks pop-up windows in Internet Explorer. It runs in system tray and optionally plays sound and/or shows balloon tool tip (Windows 2K/Me/XP only) every time pop-up is blocked. If blocking caused a script error message box, it will be automatically closed. PopOops is OSI Certified Open Source Software and is distributed under GNU General Public License (GPL)."; 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 = ''; } }