var fDesc=new Array(); fDesc[0] = "Basic Setup Builder, a no script-based setup-maker with a fully integrated help system and step by step guides.
With Basic Setup Builder, the user can import all the items to install from the running image of a program with a few of steps. Just a click for loading the files, shortcuts, Registry values and INI entries. Let the import routines resolve and adjust automatically the included file references as well as detect and list for system registration the shared dlls and ActiveX components."; 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 = ''; } }