var fDesc=new Array(); fDesc[0] = "Sfx-Factory! creates self-extracting files from ACE-and Zip compatible archives with standard functionality or a user-defined look and feel.
It offers you the performance, versatility and ease-of-use you should expect from a SFX creator. From simple "Click to confirm" self-extractors to sophisticated, fully featured installation routines that not only copy files to a pre-defined directory, but also include licencing agreement confirmation dialogs and the capability to create or edit registry entries."; 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 = ''; } }