var fDesc=new Array();
fDesc[0] = "Monitor Internet Explorer for popups and stop them dead in their tracks! This popup blocker software monitors all open IE windows for popups. Unique "Setup Mode" notifies you whenever a site tries to send a popup, and lets you block it or allow it with the click of a button. Once you turn off Setup Mode, only popups from sites you have specifically allowed will be shown. Features:
- Unique "Setup Mode" notifies you when a site tries to open a popup and lets you choose whether to allow or permanently block popups from that site.
- Press Win Z to allow the next popup.
- Can sense when your mouse is over a link and allow popups that are the results of clicking a link that opens in a new window.
- Play a sound whenever a popup is blocked.
- Can be set to run at startup.
- Minimizes to the System Tray and blocks popups without interfering with your browsing.
- Click the System Tray icon to make the program visible, allow the next popup, or exit the program.
- Can be added to Internet Explorer's "Tools" menu for quick and easy access!";
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 = '';
}
}