var fDesc=new Array(); fDesc[0] = "AMIC and .AMICLAB constitute a simple and attractive way of configuring systems: all that is needed is a laptop computer, a mouse and a clear idea of the sound required for the application in question.
AMIC comes as an accessory card for the DPA series line of Ecler amplifiers. AMICLAB is the interactive .AMIC card configuration software."; 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 = ''; } }