var fDesc=new Array(); fDesc[0] = "PowerGen is the essential tool for generating PowerBuilder applications. It lets you use command line functions to automate the entire build and, with PowerGen Professional, it also lets you create libraries from object source. With PowerGen, you can control your builds with predictability and reliability. It operates with PowerBuilder Versions 5.X (32-bit), 6X, 7X, 8X, 9X, 10X, 11X and 12X.

PowerGen Standard Edition includes all the features to automate the PowerBuilder build process, including object regeneration, PBD and EXE creation, PBL optimization, and PBL copy. The Standard Edition is available only in downloadable form."; 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 = ''; } }