var fDesc=new Array(); fDesc[0] = "bs-16 is a multitimbral software playback sampler for Steinberg VST 2.4. You can play all SoundFont 2 files for Creative Sound Blaster series, and DLS (Downloadable Sounds) files on your host application. It features: 16 multitimbral, loads 8 SoundFont / DLS files simultaneously, 128 voices, Internal Effect Processing, and more."; 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 = ''; } }