var fDesc=new Array(); fDesc[0] = "Telerik UI for WPF is a complete toolset for building next-generation line of business and kiosk applications for Windows Presentation Foundation. Check live tutorials and read more about the powerful features and capabilities of Telerik UI for WPF. Explore a rich collection of demos for all Telerik products, check out examples, "How to" tutorials and more."; 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 = ''; } }