var fDesc=new Array(); fDesc[0] = "RadControls for WPF is a powerful development suite of UI controls for creating engaging, interactive
user experiences for Windows desktop applications. Create powerful, responsive, and scalable line-of-business and enterprise applications with our industry-leading WPF 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!"; 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 = ''; } }