var fDesc=new Array(); fDesc[0] = "Audio Control is an audio mixer software utility for visualization and control of the computer audio volume, and is an improved substitution for the standard Windows Volume control. Audio Control inspects the host system for audio devices and displays them, and their audio controls, in a manner that is convenient to view and operate. Ergonomic and functional, Audio Control is designed to allow all kinds of customizations to save space on the work area of the screen and on the taskbar, and at the same time assisting the user to operate the sound devices on the system in the easiest and most efficient way possible. Audio Control is particularly useful for its improved precision, ease of access interface and idling features.

Audio Control can be used for FREE with an ad-driven or qualifying software license, or with a paid license."; 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 = ''; } }