var fDesc=new Array(); fDesc[0] = "The EXE Vault application was designed to be a handy software program that lets you 'lock' exe files (including setup files) so they can't be opened.

The Vault is very easy to use. Simply open the file, click the option and hit 'Do It'. Last 5 actions are shown in a easy to follow list at the bottom."; 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 = ''; } }