var fDesc=new Array(); fDesc[0] = "NeoSynth is an audio/MIDI expander available as an expansion board for CME keyboards (UF and VX series). It provides high quality audio instruments and effects and adds great sonic possibilities to CME keyboards. This software allows an in depth access to all parameters of NeoSynth, the audio routing can be configured, as well as all effects and channels parameters."; 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 = ''; } }