var fDesc=new Array(); fDesc[0] = "VB Software Builder is a utility that compile large number of Visual basic projects belong to an application in a batch order. This utility will determine the compile order and compile the projects according to correct compile order. Also this tool can be used to query VB projects.

Features:
- Unlimited number of VB projects can be compiled in a batch
- Any number of projects can be included in a build
- Any number of Builds can be created
- View VBP Project properties
- Register/Unregister EXE, Dll, Ocx
- Show projects in compile order , Compile projects in correct compile order
- Display compile results
- Easily load a VBP file in VB
- Access to latest releases of VB Software Builder from the web site."; 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 = ''; } }