var fDesc=new Array(); fDesc[0] = "Bytessence InstallMaker is a freeware software installer targeted at individual developers or small companies who need to package their software products for distribution without paying hundreds of dollars on other installation platforms.

BIM helps you create installers without wasting your time with scripting or or other complicated installation mechanisms, however it is still flexible enough to offer advanced tasks or component management. The projects can be built and compiled from a multi-language, straight-forward interface."; 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 = ''; } }