var fDesc=new Array(); fDesc[0] = "Bogota guitar Tune provides you the opportunity to tune your guitar with all the possible tunings(open, ..) so that you can play any song of your favorite singer.
Bogota provides you for free with all the basic tools you need to improve your guitar level. Thanks to Bogota, in a few weeks you will be able to play many sings you love:
- The metronome will allow you to control your ryyhm .
- BogoDrum will accompany you while you play with your guitar. you will never be alone any more.
-BogoTune will allow you to tune your guitar at the Standard Tuning easily by listening to the right sound.
-BogoChord will tell you what are the strings you need to push to make the chord you need to play."; 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 = ''; } }