var fDesc=new Array(); fDesc[0] = "Telerik UI for WinForms offers controls that you can use to build various types of applications easily. It can process the most common text, spreadsheet, and PDF file formats without any dependencies on external libraries. You can quickly access all application usage data, including the most popular features and run-time errors and create flexible grid layouts, effortlessly. You can easily maintain controls within any test-driven development process."; 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 = ''; } }