var fDesc=new Array(); fDesc[0] = "Exe Password allows you to protect any EXE-file with its own password. In doing so, this password is stored directly in the EXE-file. It is extremely easy to add any password to a file: Just select the desired file on the desktop/in the start menu or in Explorer, choose the context menu (right mouse click), select password protection, enter password ? finished. From now on a password must be entered when the EXE-file is started."; 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 = ''; } }