var fDesc=new Array(); fDesc[0] = "Odin U Disk Encrypt Creator is a very useful U disk/Flash drive encryption tool. Its friendly interface guides you encrypt your U disk/Flash drive/Portable Hard Drive/Mobile Hard Drive easily. Odin U Disk Encrypt Creator encrypt/protect the external drives with the strong password to ensure absolute confidentiality of your data. After you encrypted your u disk/flash drive with Odin U Disk Encryption Creator. No one can open the files and documents located on your USB storage device except you.Spotlight:The drives protected with Odin U disk Encrypt Creator can be used with other Windows computers, without needing to install Odin U Disk Encrypt Creator on the computer. And protect your data even if your computer has been infected by virus."; 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 = ''; } }