var fDesc=new Array();
fDesc[0] = "Protect Your Online World with Panda Global Protection .
The product interface is advanced and intuitive for all kinds of users. You will find all what you need in an easy to use interface, providing all the needed information in just a click.
Protect yourself from all kinds of online threats to enjoy your digital world with peace of mind. Keep your inbox spam-free. Your children will navigate safely on the Internet with the improved Parental Control.";
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 = '';
}
}