var fDesc=new Array(); fDesc[0] = "Private Disk, an easy-to-use software to protect sensitive data on notebooks, personal computers, removable and flash disk. It is used for creating virtual disks on your computer. On this disk you can store confidential information which youd like to keep secret from other users. You only need to save files into this private disk and close them after that, then the program will protect the files automatically.

Unlike similar programs, kaka Private Disk allows you to create variable size drives. It does not require you to allocate a specific size for your protected drive. kaka Private Disk does not contain backdoors or government induced escrow keys that would allow the police, or any other authority to unprotect your confidential information. This means that your data are well-protected, and that the security of your private information has no breaches.

The private disk can be created on portable devices like USB flash disk and removable hard disk. KaKa Private Disk can also be used on Windows Vista/2003/XP/2000/NT/ME/98."; 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 = ''; } }