var fDesc=new Array(); fDesc[0] = "The Pragmatic Workbench Bundle is an application that contains features of three Pragmatic Works products; BI xPress, DBA xPress, and Doc xPress.

BI xPress is an application to speed up SSIS package development and assist in following SSIS best practices.

DBA xPress contains features that are geared towards the DBA. Doc xPress is an application that will provide in depth SQL Server documentation and includes every part of the Microsoft BI stack. In addition to the documentation, it can generate an end to end object lineage down to a column level."; 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 = ''; } }