var fDesc=new Array(); fDesc[0] = "Guitar Pro is a tablature editor software for guitar, bass, and other fretted instruments. You can create your own professional scores for one or several instruments and capture your notes quickly, use various tools to optimize your practice sessions (tempo, looper, metronome, chord and scale library, guitar and piano fretboard), print your tabs and export it in various formats, and more. Also, the program offers more than 1000 sounds (presets) using 200 soundbanks and 80 effects/amps modeling recorded in studio. You can select your sounds among our built-in sounds or create your own presets."; 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 = ''; } }