var fDesc=new Array(); fDesc[0] = "SAP Crystal Dashboard Design, personal edition is an easy introduction to dashboarding functionality. In just a few hours, you can create business dashboards and data presentations from spreadsheets and corporate databases – and share them live through Crystal Reports, Microsoft Office, Adobe PDF, and the Web. SAP Crystal Dashboard Design, personal edition provides end users with access to up-to-the-minute company data in a simple and actionable interface."; 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 = ''; } }