var fDesc=new Array(); fDesc[0] = "PitchPerfect Free Guitar Tuning Software for Windows features an easy-to-use interface, automatic note detection, and is very accurate. PitchPerfect Free is a free guitar tuning software that eliminates the need for traditional guitar tuning. PitchPerfect is ideal for guitarists, as well as other musicians. Tune your strings easily and quickly to any note.
PitchPerfect Features:
* Excellent tool for checking fret board intonation
* Tune your guitar through any sound input device
* Simple and intuitive
* High accuracy for pitch detection
* Tune to any note"; 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 = ''; } }