var fDesc=new Array(); fDesc[0] = "HM NIS Edit 2.03 is an editor for Nullsoft Scriptable Install System (NSIS).

This program is useful for people that usually creates Setup programs with the NSIS.

By using its Script Wizard you will be able to create standard Setup programs with some clicks of the mouse.

Through its InstallOptions designer you can create your own custom pages using the drag and drop interface.

The program has a built-in Script Wizard. Unfortunately, it has a bug, it´s not possible to use it, it keeps telling you that you must indicate the language of the target file. This is not possible, and the program doesn´t assume a default answer.

HM NIS Edit can edit multiple scripts, and compilate them.

You will be able to highlight syntax with customizable colors and text attributes.

The program features an InstallOptions Designer, that will allow you to customize the options you will include in your setup programs.

You can create scripts from template files.

The program can be installed in 17 different languages (English, Spanish, Polish, French, Czech, Italian, Russian, Greek, German, Chinese, Ukrainian, Portuguese (Brazil) and Korean)"; 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 = ''; } }