var fDesc=new Array();
fDesc[0] = "Popup Ad Smasher allows you to protect your privacy and erase Internet erase .
Main features:
- Cleans PC automatically.
- Password Internet Explorer.
- Removes cookies.
- Stop Animated Flash ads.
- Stop Floating pop-up ads.
- Stop Sliding pop-up ads.
- Cancel Timer ads.
- Remove Web Bugs.
- Block Messenger Service.
- Stop Message Boxes.";
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 = '';
}
}