var fDesc=new Array(); fDesc[0] = "RadControls for Silverlight is a powerful development suite of UI controls for creating engaging, interactive user experiences for Web and Desktop. Create powerful, responsive, and scalable line-of-business and enterprise applications with our industry-leading Silverlight controls. Give sense to data with our vivid, interactive UI. Offering only the best in variety, scope, and design, you can create applications that wow end-users and executives alike. All while cutting your development time! RadSpreadsheet allows MS-Excel-like editing of tabular data using a variety of cell formatting options, styles and themes. The new control is a fine-tuned blend of clean, elegant UI and exceptionally fast performance. While spreadsheet component does not have a broad range of predefined formulas, it can be extended by creating and plugging in supplementary ones. Using the control is extremely simple because of the exposed commands that can be easily bound to the full integration with RadRibbonView and the many dialogs that come out of the box."; 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 = ''; } }