var fDesc=new Array(); fDesc[0] = "Secret Data Manager is a personal tool to help computer users keep their secret files in encrypted status. It is a great option for anyone who is looking for a powerful and convenient way to protect data from being stolen from the computer.


It integrates encryption, compression, hiding file and folder, file shredder, smart open and automatic update, and intelligent close through an easy Windows-style user interface."; 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 = ''; } }