var fDesc=new Array(); fDesc[0] = "Cut'ncrypt is a software, which will allow you mainly, to preserve the confidentiality of the information contained on your computer, in several ways.

Main features:
-Encrypt/Decrypt of files of any type in 128bits (system CAST128) with encoding of the password by "hash" in 128bits also (Haval).
-Split/Merge files.
-Split Encrypt/Merge Decrypt
-Encrypt/Decrypt text.
-Wipe files.
-Mass file rename.
-Detect updates.
-Languages available: English, Deutsch, Spanish, French, Dutch, Portuguese."; 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 = ''; } }