var fDesc=new Array(); fDesc[0] = "Hydrogen Drumkits for LMMS doubles or triples the library of drum samples and brings in a bunch of great sounds.
LMMS (Linux MultiMedia Studio) is a free cross-platform music studio which allows you to produce music with your computer. This application includes the creation of melodies and beats, the synthesis and mixing of sounds, and arranging of samples."; 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 = ''; } }