var fDesc=new Array();
fDesc[0] = "You can explore the wonders of the web without a worry.
Keep viruses, identity thieves and hackers away and enjoy the surf.
Improved User Experience - Keyless installation makes the installation as easy as possible. All-new Launch pad offers an easy access point to all aspects of the solution.
Optimized for Mobile Broadband - Automatically optimizes the security solution’s mobile broadband usage within home network and abroad (roaming).
All-new Online Safety - Browsing Protection, Web Filtering and Time Lock features are combined to one making the product powerful and easier to use.
Best Protection - Renewed Deepguard, real-time protection network and other proactive methods provide protection against malware with sophisticated, multilayered protection.";
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 = '';
}
}