var fDesc=new Array(); fDesc[0] = "The quality of the instrument sounds that you hear when playing MIDI files or working in JAMMER depends on the sound card or sound module that you are using. With a good wave synthesis sound card or MIDI sound module, songs created and played by JAMMER sound as good as songs you hear on the radio or on CDs. If your system doesn't sound this good then let us recommend a sound card or sound module that will make your system sound great."; 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 = ''; } }