var fDesc=new Array(); fDesc[0] = "SafeIT Secure Disk is the perfect solution for protecting your sensitive information from theft or other attacks. The program makes a part of your current hard disk into a secure disk. All private and confidential information stored on this disk will be protected by strong encryption.

In this new version you can also create more than one Secure Disk and move sensitive information in between Secure Disks."; 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 = ''; } }