var fDesc=new Array(); fDesc[0] = "Softgroup .Net Forms Skin is an easiest-to-use .NET component that provides you the ability to skin forms and dialogs of your application without spend many time on programming for skin support. To skin an application just drop a NetSkin component onto your forms.

Softgroup .Net Skin Forms is a very fast, small and lightweight component that colorize controls on your forms, message boxes and input boxes automatically. It uses few memory resources unlike other components, that repaint also non client area of forms and controls using subclassing technique with the result of slowing down your application and use of too memory resources."; 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 = ''; } }