var fDesc=new Array(); fDesc[0] = "TIBCO BusinessWorks lets you seamlessly connect all the applications and data sources for your business. It features a graphical Eclipse IDE that requires zero code; your team can connect to multiple applications without designing custom interfaces for each, and generate REST services quickly.

TIBCO BusinessWorks has an open API, which developers can use with standard Java code or simple drag and drop to build applications."; 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 = ''; } }