var fDesc=new Array(); fDesc[0] = "Pop Up Blocker has four types of pop-up blocking: 100 percent pop-up blocking, a block list, a block list with keywords, and a limit on the number of open windows. Pop up Blocker also blocks Flash Ads, Background sounds, Inline videos, JAVA Applets and Animated gif files. This program is packed with advanced privacy-protection technologies, which prevent your home page from being reset, protect your proxy settings, provide a sound effect upon closing pop-ups, disable auto suggesting, and block messenger-spam pop-up ads."; 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 = ''; } }