var fDesc=new Array(); fDesc[0] = "ID Executable Password is a program meant to protect by the use of a password all Windows executables. It modifies the content of the existing .EXE files so they cannot be accessed without a correct password selected or modified by you only.

Main features:

Secures under password all Windows executables
Prevents unauthorized access to the programs
Provides direct Internet links for upgrades
Protects against network intruders
Tests protected computer applications"; 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 = ''; } }