var fDesc=new Array(); fDesc[0] = "iSafeguard is made for encrypting your emails and files of any types. With this program you can countersign, signed (and encrypted) files and emails, search Internet Directory Services for other people's certificates and backup your data securely.
With iSafeguard you can wipe files and you can create disk free space and you can also manage the passwords of your online accounts."; 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 = ''; } }