var fDesc=new Array(); fDesc[0] = "ZOLA MSI Repackager is an advanced all-in-one tool to create a self-installing Windows MSI installers that can be used to deploy applications og any kind in your enterprise network. It's the most comprehensive tool of its kind and thousands of organizations already use our ZOLA MSI Repackager tool to help administrators in their software distributing work. With ZOLA MSI Repackager you get the most accurate MSI installer results as it supports almost all application repackaging including softwares that even installs complex service and driver installations."; 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 = ''; } }