var fDesc=new Array(); fDesc[0] = "inDefend Internet Security is a program for online security, parental control, USB & CD-DVD control & monitoring, website monitoring and file-folder encryption.
With inDefend Internet Security you can:
- Control and monitor removable media devices such as USB, CD, DVD etc
- Monitor website and application activities
- Block/Allow specific websites, USB drives etc
- Set email alerts on access of certain websites, access of USB and CD-DVD
- Secure your data by encrypting your files and folders"; 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 = ''; } }