var fDesc=new Array(); fDesc[0] = "Free Guitar tuner is an assistant that will allow you to find the right notes for your guitar, whatever its type (base, electric, Spanish, acoustic, and so on).
It has an extremely user-friendly interface that is very easy to understand and it has precise data and dynamic graphics for the acoustic tuning of your guitar. It has the potential for being practical and comfortable."; 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 = ''; } }