var fDesc=new Array(); fDesc[0] = "Xceed SmartUI for .NET provides the visual controls you need to create user-friendly, state-of-the-art Windows Forms applications quickly and easily. It supports real themed or simulated Windows XP, Office XP, Office 2003 and classic Windows styles.
Xceed SmartUI for .NET offers an incredible amount of flexibility over the look and feel of its controls."; 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 = ''; } }