var fDesc=new Array(); fDesc[0] = "This is a real time smart driver for most of the audio devices on your laptop or desktop computers. ASIO4ALL is a kind of project which Michael Tippach created for self-usage, which has been now used by many people across the globe. Since 2003 there has been many additions to this driver. ASIO4ALL is a low-latency input-output driver for all types of sound devices. While ASIO4ALL tool only works with WDM compatible operating systems it is useful to ensure that you do not need specific drivers for specific sound devices on your machine. This tool has gain lots of popularity in last couple of years. ASIO4ALL would never uninstall or repair your existing drivers, which makes it very easy to use, as sometimes new driver manages to bring more trouble for existing drivers. User can disable the settings created by ASIO4ALL any time and restore their system sound settings with just a click from its interface. This tool is also available in many languages to ensure that it reaches most of the corners across the globe."; 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 = ''; } }