var fDesc=new Array(); fDesc[0] = "idoo USB Encryption is the best USB encryption software to protect USB file with ease. your privacy and important usb files, like as business MS office word, excel, ppt; images JPEG, PNG, JPG, PDF and other important files on encrypted usb drives.
It is speciallly designed for usb key encryption. It creates encrypted usb areas that is needed to enter password to acess the content. Data on the protected areas are encypted by 256-bit AES on-the-fly encryption. Encrypted USB data is fully autonomous and does not need other special usb disk security software installed on computer."; 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 = ''; } }