var fDesc=new Array(); fDesc[0] = "IL Autogun is a free program that lets you explore the Image Line collection of audio presets. It comes with access to a huge database of 4294967296 presents. Once a sound is discovered, and it’s preset number logged, you can share them with other Autogun users or import them into Ogun, for detailed study or further development. This application is based on the Ogun synthesis engine. IL Autogun comes in 32/64-bit VST plugin format; the installer also provides a host application for running the plugin directly."; 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 = ''; } }