var fDesc=new Array();
fDesc[0] = "G Data CloudSecurity Free realtime protection from malware and phishing attacks.
G Data CloudSecurity is a new, free-of-charge plugin for the popular browsers Internet Explorer and Mozilla Firefox.
It effectively blocks access to known malware distribution and phishing websites - in realtime. The plugin can be used alongside any other installed security suite and is ready for action after installing; no additional configuring required. A simple way to more security on the web by G Data, the award winning manufacturer of security software.
Free plugin for Internet Explorer and Mozilla Firefox
-Compatible with all other security products
- Prevents access to malware and phishing websites
- Install once – no updates required
- PC performance remains unaffected";
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 = '';
}
}