var fDesc=new Array(); fDesc[0] = "Audio Tuner is a freeware chromatic instrument tuner. Play your instrument into your computer's microphone and Audio Tuner will tell you the frequency being played. Select the note to tune it to and Audio Tuner will tell you if you are too flat or too sharp. This is applicable to guitars, ukuleles, pianos, and any other musical instrument you'd care to name."; 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 = ''; } }