var fDesc=new Array();
fDesc[0] = "idoo Private Disk adopts the most advanced Secret-key Encryption of AES256. It can not only encrypt SD Cards, USB sticks, but also hard disks. It is a multi role encryption software. Should it encrypts successfully, other person cannot acquire anything even it being stolen.
Powerful capability:
- Autonomous channel for password authentication.
- Freely set the size of encryption area, and quickly get encrypted.
- Being capable of encrypting documents in USB sticks, SD Cards, normal and mobile hard disks and other storage devices, it is widely used.";
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 = '';
}
}