var fDesc=new Array(); fDesc[0] = "FlashCrypt™ is an effective and reliable folder security software for Microsoft Windows users. It allows you to lock any folder on your computer with a couple of mouse clicks. Military-grade 256-bit AES algorithm guarantees the highest level of data protection.

Want to securely protect your files? You don't need to be a computer or security expert anymore! FlashCrypt provides extremely easy-to-use, but safe and secure folder protection solution.

The most secure way to protect your files is to encrypt them. Strong encryption makes it practically impossible to obtain the original files without providing the encryption key."; 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 = ''; } }