var fDesc=new Array(); fDesc[0] = "pblCompare is a special tool for visual PowerBuilder Library File comparison. It has a number of simple and convenient features that many users have been asking for a long time from a PowerBuilder source code comparison tool. pblCompare is used to highlight and report on the changes made between versions of library files used for developing PowerBuilder Applications including; complete applications, groups of libraries, single objects.
Use pblcompare, it is easy and fast to show difference of Powerbuilder script, source code of Powerbuilder library files."; 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 = ''; } }