var fDesc=new Array(); fDesc[0] = "Emagic's universal editor and librarian program. There is simply no other cross platform program available on the market these days which supports as many MIDI devices as SoundDiver. This also becomes obvious when looking at the list of manufacturers who have chosen SoundDiver as the program of choice for their products. You will find companies like Alesis, Ensoniq, Roland, Emu, Kawai, Korg and many 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 = ''; } }