var fDesc=new Array(); fDesc[0] = "Klik! EntryLib.Net is a set of User Interface controls/components designed especially to create eye catching and elegant user interfaces/data entry screens in your .Net Windows Forms applications. It consists of a total of 22 controls which each brings a revolutionary fresh new look and rich features to your applications.
Managable styles of controls allows you to change your applications look whenever you want with ease. Each control supports built-in Office 2007 and Office2003 color schemes but anytime you can surpass this and use your own created styles easily thanks to StyleManagement feature of Klik! EntryLib.Net."; 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 = ''; } }