var fDesc=new Array(); fDesc[0] = "Sonic Academy KICK is a drum synthesizer plugin in VST and AAX formats. It comes packed with features including start time, length control, low/high pass filters and fine pitch adjustment. KICK has a collection of over 230 factory presets in a wide range of styles including analog, bass, drum & bass, house, live, percussion, pop, progressive house, and trance."; 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 = ''; } }