var fDesc=new Array(); fDesc[0] = "MSI Factory makes the task of creating Microsoft Windows Installer (.MSI) format software installers faster, easier and hassle-free. You aren’t forced to deal with the complexity of MSI database tables, sequences and components (unless you want to – MSI Factory is as flexible as you need it to be). Most developers simply drop in their application files, customize a few dialog boxes using the visual dialog editor and then click “build.”"; 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 = ''; } }