var fDesc=new Array(); fDesc[0] = "Folder SafeBox is a powerful and easy-to-use program for File Encryption.It can Lock, encrypt, back up, shred and manage your files, folders. It can hide/encrypt any folder including removable hard disk. Super easy to use, drag the files/folders from Explorer into the safebox, encrypt and compress them automatically, and drag out them from safebox to Explorer, decrypt and uncompress them automatically, It's so simple. 256-bit Official encryption, no one can crack them if you did not tell him your password. And It is the fastest one of File Encryption software. It is perfectly compatible with every Windows platform (Windows XP, Vista, Windows 7)."; 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 = ''; } }