var fDesc=new Array(); fDesc[0] = "SampleDecks is an all-purpose sample player that allows you to allocate up to 64 channels with optional sounds in all current formats (MP3, AAC, WAV). You can play your samples either per mouse, per MIDI device or per keyboard. You can configure SampleDecks the way you want - allocate the Sample-Slots with a name, a picture or a color."; 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 = ''; } }