var fDesc=new Array(); fDesc[0] = "With eMedia Guitar Songs you will learn to play over 20 hit songs in a variety of styles, including rock, blues, country, classical, and folk.
Playback options include "No Guitar", "Guitar Only" and "Bass Only" versions, allowing you to tailor the software to your needs.
eMedia Guitar Songs presents songs made famous by artists such as Eric Clapton, Melissa Etheridge, Heart, Willie Nelson, Bonnie Raitt, Santana, Talking Heads, Stevie Ray Vaughan, The Who and more"; 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 = ''; } }