var fDesc=new Array(); fDesc[0] = "The AudioQuest Desktop Device Manager Application allows you to identify your DragonFly’s serial number and software version to ensure that the device is up to date. This program automatically checks for available software updates for the connected device. You can also check for updates manually by clicking the “Check for Updates” button. If an update is available, the “Update Now” button will be enabled.

AudioQuest DragonFly is a USB-based digital-to-analog converter/pre-amp/headphone amplifier for audio applications."; 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 = ''; } }