var fDesc=new Array(); fDesc[0] = "OOBOX Guitar Tuner V2.0 can help you to tune your instrument
- By ear
- Using the digital tuner.
If your computer can record the sound of your guitar (with a microphone or a direct cable), OOBOX Tuner can show you graphically the distance between the good note and the note you are playing : just adjust the needle !"; 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 = ''; } }