var fDesc=new Array();
fDesc[0] = "Stop Internet Explorer pop-up windows with this handy browser toolbar for Internet Explorer. Pop-Up Stopper Pro provides pop-up and pop-under blocking technology in an easy to use Internet Explorer toolbar that is only active when your browser is open! Panicware Intelligent pop-up control blocks only pop-up ad windows and allows users to allow pop-up windows from specific web sites! Preserve bandwidth by stopping pop-up windows before they load! Play one of many fun sounds when a pop-up window is blocked and optionally collect and view statistics regarding the number of pop-up windows blocked. Other fun features include a handy button to locate the last folder where you downloaded a file from the Internet - no more searching for downloaded files! 30 day free trial - free tech support and a";
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 = '';
}
}