var fDesc=new Array(); fDesc[0] = "LuSH-101 is an audio synthesizer created from modern modules. The program comes with a built-in mixer, complete with layer-independent parametric equalizers and compressors. LuSH-101 lets you create presets for single layer, for all 8 layers at once (including the mixer settings), but also allows the creation of presets for smaller blocks of parameters such as the arpeggiator and the mixer’s send effects."; 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 = ''; } }