var fDesc=new Array(); fDesc[0] = "Data Dynamics Reports follows a more visual report designing model with inline expressions that meet most of your reporting needs with less code. Data Dynamics Reports uses Microsoft's SQL Server 2005 Report Definition Language (RDL) reporting format, with custom extensions to leverage your existing investments. Data Dynamics Reports, in addition to fulfilling standard reporting needs, features direct support for business reporting features such as dashboards, KPIs, advanced data visualization, master-child report templates and reporting themes."; 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 = ''; } }