var fDesc=new Array(); fDesc[0] = "Add labels, skin buttons, form shaping, tabs and more to your .NET applications. Springsys WinSuite for .NET enables you to automatically add shadow and a 3D buddy label to your controls on a form. Easily change the shape of the form, produce a skinned button with non-rectangle shape and different button states, even in normal mode the button still has a unique 3D text surface. A side bar control similar to that in outlook, with distinctive slide style, flexible UI settings and cancelable events is also included. This product can help you manage or navigate your information in groups efficiently."; 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 = ''; } }