var fDesc=new Array(); fDesc[0] = "ConcreteFX Granite VSTi is an excellent music composer program full of useful features. Some of them are: it uses kits each composed of 8 drum presets with the ability to load/save/copy and paste sounds to create your own kits. Each MIDI note has its own property, such as output channel, choke group, volume, pitch, filter frequency and envelope speed, and much more."; 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 = ''; } }