var fDesc=new Array(); fDesc[0] = "Adobe LiveCycle Workbench ES2 software is an integrated development environment (IDE) that allows developers, designers, and business analysts to work together collaboratively.
Main features:
- Collaborate on process design and development.
- Design easy-to-use Guides.
- Streamline development by using a common data model.
- Dynamically create sophisticated documents and PDF Portfolios.
- Leverage existing resources with a common repository.
- Simplify testing and deployment."; 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 = ''; } }