var fDesc=new Array(); fDesc[0] = "Remixlive allows instant remixing with the help of professional quality audio samples. It comes with 48 samples per pack including beats, basslines, melodies, vocals, and FX. Remixlive allows recording in a variety of high quality formats, including AIFF, FLAC, OGG, and WAV. It has been designed to take advantage of any MIDI pad controller, no matter the grid size; you can customize the grid to fit your controller of choice."; 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 = ''; } }