var fDesc=new Array(); fDesc[0] = "D4x Hack Protection is a useful anti-hacking software.
D4x enables you to check your e-mails in safe mode, so this will stop any type of hacking being conducted by hackers to your e-mail.
D4x also enables you to download files in a safe mode, so that you do not download a file which can cause hacking to be conducted in your computer."; 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 = ''; } }