var fDesc=new Array(); fDesc[0] = "Telerik specializes in database programming in various languages. This samples kit include a rich set of comprehensive examples for real-life solutions to everyday problems, for example, using Data Access in N-tier scenarios. The samples are grouped by technology (ASP.NET, Silverlight, WPF, WCF, N-Tier, etc.) and can be filtered by programming language (C# or VB.NET) and complexity (levels 100-400). Detailed information about the sample, including goals and requirements, is also included. You need Visual Studio versions 2010, 2012, or 2013 for editing and compiling the code."; 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 = ''; } }