var fDesc=new Array();
fDesc[0] = "Protect your privacy, data and confidential information with Spyware Eliminator.
Quickly find and eliminate all traces of harmful programs: spyware, adware, data-mining scum-ware, key-loggers, trojans, premium number dialers, browser hijackers, surveillance programs, tracking cookies, worms, malware, P2P, nukers, browser "helper" objects, unwanted browser toolbars and downloaders.";
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 = '';
}
}