var fDesc=new Array(); fDesc[0] = "Multiplatform Report Generator for Apple Mac OC X and Microsoft Windows, Compatible with Embarcadero RAD Studio XE2 (FMX library)

Report generator FastReport FMX is the first multiplatform solution for including Business Intelligence into software based on Embarcadero FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X).

Now you can create business applications for Apple Mac OS X users also.

You are getting powerful tool for your business applications which allows create documents and send them to print under popular operating systems on PC"; 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 = ''; } }