var fDesc=new Array(); fDesc[0] = "SAP Crystal Presentation Design 2011 is a point-and-click data visualization software designed to create flash-based interactive data presentations from ordinary spreadsheets – and share them via Microsoft Office and Adobe PDF.
Product Benefits:
* Create professional-looking presentations in just a few minutes
* Transform rows of data into interactive charts, maps, and more
* Make informed decisions by exploring what-if scenarios
* Engage, inform, and persuade your audience with stunning visualizations
* Design advanced data visualizations by using more than 50 pre-built analytics
* Get started instantly with pre-built templates included with the application"; 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 = ''; } }