var fDesc=new Array(); fDesc[0] = "Addictive Keys brings some interesting keyboard instruments into the studios of songwriters, producers, and music makers. The program provides various presets neatly arranged in ExploreMaps. Each preset even comes with previews that present the preset in the perfect light. If you're in a hurry, you can use presets as-is so you don't lose inspiration. If you're in the mood to design new sounds, the powerful sound engine gives you great control over each instrument. You can even mix and match microphone setups."; 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 = ''; } }