var fDesc=new Array(); fDesc[0] = "InnoIDE is a brand new interface for generating Microsoft Windows installations using the free [InnoSetup] compiler from Jordan Russel.

InnoIDE simplifies the generation of installations by allowing InnoSetup scripts to be created and edited in a purely graphical way without having to edit the script manually.

Whether it's a small freeware application you've created, or a large, complex application, InnoIDE can help you create the perfect installation to fit your requirements."; 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 = ''; } }