var fDesc=new Array(); fDesc[0] = "ISSkin is a free version of Codejock’s Skin Framework that allows you to add customized skins to Jordan Russell's Inno Setup compiler. Inno Setup is a free compiler for creating customizable, professional looking installations.

ISSkin gives you the flexibility of creating custom Visual Styles that can be used with Inno Setup to add a rich professional look to any Inno Setup installation, and best of all its free!.

Main Features:

- Supports existing Microsoft Visual Styles.
- Easy to use with just a few lines of code.
- Skin support for existing installations."; 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 = ''; } }