var fDesc=new Array(); fDesc[0] = "WEJAAM DESIGNER is a free audio sequencer for Windows OS. Its architecture combines a sequencer, a sampler, a synthesizer and the randomization tool of Groove Drums that allows you to create easily and intuitively grooves and drums loops. The standalone version allows you to use the plugin without the need for a host sequencer and so be able to export Wejaam program independently."; 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 = ''; } }