var fDesc=new Array(); fDesc[0] = "Play and compose guitar music with ease! MagicScore Guitar 8 offers everything you need as a guitar player. Whether you are seasoned professional, music teacher or just a learning beginner, MagicScore Guitar will bring the full power of a highly sophisticated tab editing and music notation software right at your fingertips.

This powerful and user-friendly solution allows you to quickly compose songs by laying them out along with tabs and notes. You can use it for creating arrangements or for advancing to the next level of your performance skills. There are built-in features for helping you share your tabs and notes, training tools allowing you to practice a song, as well as teaching tools to help newbies learn how to play the guitar. MagicScore Guitar is extremely versatile and easy to use, providing the full range of features that amateur and professional guitar players alike can put to good use."; 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 = ''; } }