var fDesc=new Array(); fDesc[0] = "ASIO Bridge allows routing virtual i/o to an ASIO Device. In ASIO Direct Mode the HiFi Cable Input is routed to ASIO output and the ASIO input is routed to HiFi Cable Output. ASIO Bridge is an Audio Interface Converter allowing audio application to use ASIO device through its regular audio management (MME, KS, Direct-X or WASAPI)."; 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 = ''; } }