var fDesc=new Array(); fDesc[0] = "The original tuner was written by Joseph Broms and Kevin Moore. Special thanks to Lippold Haken.

Machine requirements for running AP Tuner:

-Pentium compatible CPU, 200 MHz or greater
-Windows 98, Windows 2000, Windows ME, Windows XP, or Windows Vista
-32 megabytes RAM
-2 megabytes of available disk space for installation
-Sound card
-Microphone (or adapter if connecting directly to electric instrument)"; 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 = ''; } }