var fDesc=new Array(); fDesc[0] = "IMEA Sequencer is a sequencer specially designed to play live, you can easily create your own music (House, Electro, Techno, Progressive ...).
It comes with the plugins IMEA (Drums, Sampler, Synth, Chorus, Flanger, Reverb, Delay, Filter and Compressor) and is compatible with VST plugins.VSTi plugin and application compatible MAC and WINDOWS."; 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 = ''; } }