var fDesc=new Array(); fDesc[0] = "ZIP 2 Secure EXE is a utility program that creates self-extracting EXE files for Windows 95, 98, Me, NT4, 2000, XP, Vista, Server 2003, Server 2008. Self-extracting EXE files are executable programs (EXEs) that contain a ZIP file and the software necessary to unzip the contents. Users can unzip the contents of a self-extracting EXE simply by running it like any other program. No other program is needed.
Convert a .zip into a strong encrypted self-extracting EXE using the Advanced Encryption Standard (AES) encryption algorithm. Backup your security sensitive and important documents. As long as your password is secret, your files are safe. Create software installations that only licensed customers will be able to install."; 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 = ''; } }