var fDesc=new Array(); fDesc[0] = "Embarcadero Delphi XE7 allows you to develop highly connected applications.

- Create fast native apps for Windows, OS X and mobile from one codebase
- Update existing Windows VCL applications to 64-bit
- Supercharge existing Windows VCL applications with the Parallel Programing Library
- Integrate your Windows VCL app controls with objects and datasets using LiveBindings
- Connect your Windows VCL app to enterprise databases with FireDAC"; 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 = ''; } }