var fDesc=new Array(); fDesc[0] = "The whole package is free and comes with source code. Code includes all controls for all platforms. Supporting various controls for major platforms and technologies such as WPF, WinForm and Web each supporting various themes and skins with, and even allowing your to change the default look and feel using custom theme in WPF or custom drawing in WinForms.DatePicker, Calendar, MonthView and MultiView are just some of the controls available. Especially, with the limitation and problems of PersianCalendar in .NET Framework, provides a lot of utilities to help developing date centric applications using Persian Calendar."; 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 = ''; } }