var fDesc=new Array(); fDesc[0] = "Integrated software tools for guitarists, bassists, and other musicians. Includes a guitar tuner, tablature organizer, tab finder, chord library, jam machine, song jam, gig manager, web manager, and much more. Everything the guitarist/musician needs, all in one affordable package. Including a song slow-downer (that won't change the pitch), making it easy to learn even the most complicated riffs - plays all major audio formats (Including mp3, AAC, QT, MOV, and many others). Integrated tablature search feature lets you find tabs for thousands of songs and compositions, and then easily lets you save them into your Guitar Shed Tab database."; 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 = ''; } }