var fDesc=new Array(); fDesc[0] = "Embarcadero® Delphi® XE is a very fast way to deliver ultra-rich, ultra-fast Windows applications.
It can reduce coding time and create applications 5x faster with component-based development and a fully visual two-way RAD IDE.
With Delphi, you can build applications faster with pre-built components and drag-and-drop visual design
Delphi XE is available in Professional, Enterprise and Architect editions.
Delphi XE (Delphi 2011) delivers hundreds of new features and enhancements to accelerate your development. With Delphi XE you will be able to find new ways to get your work done faster, build higher quality apps, and take advantage of multi-tier and cloud."; 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 = ''; } }