var fDesc=new Array(); fDesc[0] = "Uses your PC sound card to create audio frequencies in the range 100 to 15000 Hz.

Main features:
-Input frequency using the Mouse or the Keyboard.
-Select the audio output device if there are more than one on the PC.

-Adjustable level control.
-Turn sound on or off without having to exit the signal generator program.

-The program is a very small 32Kb, when installed. The simple NSIS installer and help file
-increases the file size that you download to 91Kb, which should only take a couple of
-seconds on dial-up or an instant on broadband.
-To Uninstall go to Control Panel, [Programs and Features]{for Vista users.}

-The Audio Frequency Generator is accessed from the Start Button / Programs / Accessories program group."; 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 = ''; } }