var fDesc=new Array(); fDesc[0] = "Msi to Executable converter is a tool to quick convert MSI packages to Executable (.exe) files. It supports msi exec command line arguments, allows load custom icons and edit full version information. Both command line and dialog mode of this program are included.
This program works on Windows XP/7 and Server 2008."; 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 = ''; } }