var fDesc=new Array();
fDesc[0] = "Defender Pro 5-in-1 2010 Internet security software provides essential online protection for your home or business at an economical price. Defender Pro 5-in-1 is very easy to use.
Once installed, 5-in-1 works invisibly behind the scenes protecting your computers without slowing them down.
Defender Pro 5-in-1 automatically keeps your virus information up to date with hourly updates of the latest virus threat information. Defender Pro 5-in-1 is designed to protect up to 3 computers with a single purchase.";
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 = '';
}
}