var fDesc=new Array(); fDesc[0] = "SkinCrafter is a mature, stable, and comprehensive GUI design software solution that allows you to create custom skins for your new or legacy Windows based applications. SkinCrafter is compatible with Win98/ME/NT/2K/2003/XP/Vista/Windows 7.

With its exclusive skin maker library, implemented as a standard Windows ActiveX control, SkinCrafter lets you design unique styles using creative special effects for fully interactive GUI development and more. SkinCrafter is compatible with a large range of development languages, tools, and frameworks including Visual Basic, Visual C , Delphi, Borland C Builder, Microsoft DotNet (x86 x64), and the Win32 SDK"; 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 = ''; } }