var fDesc=new Array(); fDesc[0] = "Setup Builder is the powerful, reliable, easy to use and cost effective solution for creating comprehensive, professional looking application installation procedures in a cost effective manner.
Fully automated with optional components. Handles all the usual setup tool features and much more!
Supports ODBC, OLE, VB5, VB6, sound and software licensing protection. Multi-lingual. Single file self-extracting executables for web distribution.
If you want performance and flexibility which out performs all other products, then this is the tool for you!"; 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 = ''; } }