var fDesc=new Array(); fDesc[0] = "Infragistics NetAdvantage Reporting is a Cross Platform Reporting tool with HTML 5 support. The program ensures your end-users can analyze key data within the same report from their desktop with the WPF or Windows Forms Viewer, on the Web with the Silverlight Viewer or on touch devices like the iPhone, iPad and Android devices with the HTML 5 Report Viewer."; 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 = ''; } }