
function sas1831switchtabs(tabid) {

for (i=0;i<sas1831mytabs.length;i++)
{
	if (sas1831mytabs[i] == tabid) {
		document.getElementById('sas1831tab'+sas1831mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1831tabcell'+sas1831mytabs[i]).style.backgroundColor = '#54100f';
		document.getElementById('sas1831tabcell'+sas1831mytabs[i]).className = 'sas1831tabheaderon';
		document.getElementById('sas1831tabbottom'+sas1831mytabs[i]).style.backgroundColor = '#54100f';
		document.getElementById('sas1831tabtop'+sas1831mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1831tablink'+sas1831mytabs[i]).className = 'sas1831tablinkon';
	}
	else {
		document.getElementById('sas1831tab'+sas1831mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1831tabcell'+sas1831mytabs[i]).style.backgroundColor = '#947d53';
		document.getElementById('sas1831tabbottom'+sas1831mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1831tabtop'+sas1831mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1831tablink'+sas1831mytabs[i]).className = 'sas1831tablink';
		document.getElementById('sas1831tabcell'+sas1831mytabs[i]).className = 'sas1831tabheaderoff';

	}
}

}

if (typeof(sas1831tabafftrackvalue) == 'undefined'){
sas1831tabafftrackvalue = '';
}

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1831tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1831tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1831tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1831tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1831tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1831tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1831tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1831tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas1831tabheaderon');
document.write('{');
document.write('	background-color: #947d53;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831tabheaderoff');
document.write('{');
document.write('	background-color: #947d53;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-top: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831tabbottom');
document.write('{');
document.write('	background-color: #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-left: 2px solid #000000;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-bottom: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1831contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas1831tabcontentlink:link');
document.write('{');
document.write('	COLOR: #54100f;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1831tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #947d53;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1831tabcontentlink:active');
document.write('{');
document.write('	COLOR: #6600cc;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1831tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #660066;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas1831tabtop1" class="sas1831tabtop"></td><td class="sas1831tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabtop2" class="sas1831tabtop"></td><td class="sas1831tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabtop3" class="sas1831tabtop"></td><td class="sas1831tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabtop4" class="sas1831tabtop"></td><td class="sas1831tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabtop5" class="sas1831tabtop"></td></tr><tr><td id="sas1831tabcell1" class="sas1831tabheaderon"><a href="#" onClick="sas1831switchtabs(1); return false;" class="sas1831tablink" id="sas1831tablink1">Introduction</a></td><td class="sas1831tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabcell2" class="sas1831tabheaderoff"><a href="#" onClick="sas1831switchtabs(2); return false;" class="sas1831tablink" id="sas1831tablink2">21-11</a></td><td class="sas1831tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabcell3" class="sas1831tabheaderoff"><a href="#" onClick="sas1831switchtabs(3); return false;" class="sas1831tablink" id="sas1831tablink3">10-2</a></td><td class="sas1831tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabcell4" class="sas1831tabheaderoff"><a href="#" onClick="sas1831switchtabs(4); return false;" class="sas1831tablink" id="sas1831tablink4">Who\'s #1?</a></td><td class="sas1831tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabcell5" class="sas1831tabheaderoff"><a href="#" onClick="sas1831switchtabs(5); return false;" class="sas1831tablink" id="sas1831tablink5">Learn to Play</a></td></tr><tr><td id="sas1831tabbottom1" class="sas1831tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1831tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabbottom2" class="sas1831tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1831tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabbottom3" class="sas1831tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1831tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabbottom4" class="sas1831tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1831tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1831tabbottom5" class="sas1831tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td></tr></table>');
document.write('</td></tr>');
document.write('<tr><td class="sas1831contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1831tab1content"><p>This list is purely our opinion only. The great thing about lists like this is that they always spark debate and everyone has their own ideas of who is better than the next.</p>');
document.write('<p>Who is your favorite guitarist of all-time?&nbsp; Would you like to learn how to play like him?</p>');
document.write('<p>Regardless of who your favorite is, all of these guitarists have a few things in common.</p>');
document.write('<ol>');
document.write('  <li>They are all great in their own way.</li>');
document.write('  <li>They worked hard to get where they are.</li>');
document.write('  <li>They had <a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1831tabidvalue + '&productID=465147287&afftrack=' + sas1831tabafftrackvalue + '&w=1831">good instruction</a>.</li>');
document.write('</ol>');
document.write('<p>We hope you enjoy our list!</p></div><div id="sas1831tab2content"><table width="100%" border="0" cellspacing="0" cellpadding="2">');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">21</td>');
document.write('<td bgcolor="#eeeeee">Warren Hayes</td>');
document.write('<td bgcolor="#eeeeee">Gov\'t Mule</td>');
document.write('<td rowspan="11" align="center"><img src="http://www.learnandmaster.com/content/assets/2009/10/theedge.gif" /><br /><font size="1">The Edge of U2</font></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>20</td>');
document.write('<td>Jerry Garcia</td>');
document.write('<td>Grateful Dead</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">19</td>');
document.write('<td bgcolor="#eeeeee">Joe Perry</td>');
document.write('<td bgcolor="#eeeeee">Aerosmith</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>18</td>');
document.write('<td>Keith Richards</td>');
document.write('<td>Rolling Stones</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">17</td>');
document.write('<td bgcolor="#eeeeee">Steve Cropper</td>');
document.write('<td bgcolor="#eeeeee">Booker T and the MGs</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>16</td>');
document.write('<td>Jack White</td>');
document.write('<td>The White Stripes</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">15</td>');
document.write('<td bgcolor="#eeeeee">Tom Morello</td>');
document.write('<td bgcolor="#eeeeee">Rage Against the Machine</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>14</td>');
document.write('<td>Buddy Guy</td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">13</td>');
document.write('<td bgcolor="#eeeeee">The Edge</td>');
document.write('<td bgcolor="#eeeeee">U2</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>12</td>');
document.write('<td>John Frusciante</td>');
document.write('<td>Red Hot Chili Peppers</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">11</td>');
document.write('<td bgcolor="#eeeeee">Jimmy Page</td>');
document.write('<td bgcolor="#eeeeee">Led Zeppelin</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="20">&nbsp;</td>');
document.write('<td width="130">&nbsp;</td>');
document.write('<td width="210">&nbsp;</td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('</table></div><div id="sas1831tab3content"><table width="100%" border="0" cellspacing="0" cellpadding="2">');
document.write('<tr>');
document.write('<td>10</td>');
document.write('<td>Chuck Berry</td>');
document.write('<td>&nbsp;</td>');
document.write('<td rowspan="10"><p><img src="http://www.learnandmaster.com/content/assets/2009/10/srv-2.gif" /><br /><font size="1">Stevie Ray Vaughan</font></p>');
document.write('<p><img src="http://www.learnandmaster.com/content/assets/2009/10/jonny-2.gif" /><br />');
document.write('<font size="1">Jonny Lang</font></p></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">9</td>');
document.write('<td bgcolor="#eeeeee">Johnny Ramone</td>');
document.write('<td bgcolor="#eeeeee">The Ramones</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>8</td>');
document.write('<td>Robert Johnson</td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">7</td>');
document.write('<td bgcolor="#eeeeee">Carlos Santana</td>');
document.write('<td bgcolor="#eeeeee">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>6</td>');
document.write('<td>Stevie Ray Vaughan</td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">5</td>');
document.write('<td bgcolor="#eeeeee">B.B. King</td>');
document.write('<td bgcolor="#eeeeee">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>4</td>');
document.write('<td>Eric Clapton</td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#eeeeee">3</td>');
document.write('<td bgcolor="#eeeeee">Duane Allman</td>');
document.write('<td bgcolor="#eeeeee">The Allman Brothers Band</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>2</td>');
document.write('<td>Jonny Lang</td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="20">&nbsp;</td>');
document.write('<td width="180">&nbsp;</td>');
document.write('<td width="200">&nbsp;</td>');
document.write('</tr>');
document.write('</table></div><div id="sas1831tab4content"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td valign="top"><h3>Jimi Hendrix</h3>');
document.write('<p><font face="Trebuchet MS, Arial, Helvetica, sans-serif" size="2">You are probably not surprised.&nbsp; I am sure it is debatable and it should be, but in our opinion, no one holds a candle to Jimi Hendrix.</font></p>');
document.write('<p><font face="Trebuchet MS, Arial, Helvetica, sans-serif" size="2">According to Pete Townshend of The Who in a <em>Rolling Stone</em> article, &quot;He managed to build this bridge between true blues guitar  — the kind that Eric Clapton had been battling with for years  and years — and modern sounds, the kind of Syd  Barrett-meets-Townshend sound, the wall of screaming guitar sound  that U2 popularized. He brought the two together brilliantly. And  it was supported by a visual magic that obviously you won\'t get if  you just listen to the music.</font></p></td>');
document.write('<td width="334" align="right" valign="top"><img src="http://i.realone.com/assets/rn/img/0/6/1/9/20899160-20899163-slarge.jpg" /></td>');
document.write('</tr>');
document.write('</table>');
document.write('<p>He did this thing where he would play a chord, and then he would sweep his left hand through the air in a curve, and it would almost take you away from the idea that there was a guitar player here and that the music was actually coming out of the end of his fingers.&nbsp;</p>');
document.write('<p>And then people say, "Well, you were obviously on drugs." But I wasn\'t, and I wasn\'t drunk, either. I can just remember being taken over by this, and the images he was producing or evoking were naturally psychedelic in tone because we were surrounded by psychedelic graphics. All of the images that were around us at the time had this kind of echoey, acidy quality to them. The lighting in all the clubs was psychedelic and drippy."</p>');
document.write('<p>Hendrix won many of the most prestigious rock music awards in his lifetime, and has been posthumously awarded many more, including being inducted into the US Rock and Roll Hall of Fame in 1992 and the UK Music Hall of Fame in 2005. An English Heritage blue plaque was erected in his name on his former residence at Brook Street, London, in September 1997. A star on the Hollywood Walk of Fame (at 6627 Hollywood Blvd.) was dedicated in 1994. In 2006, his debut US album, Are You Experienced, was inducted into the United States National Recording Registry, and Rolling Stone named Hendrix the top guitarist on its list of the 100 Greatest Guitarists of All Time in 2003. He was also the first person inducted into the Native American Music Hall of Fame.</p>');
document.write('<p>Hendrix synthesized many styles in creating his musical voice and his guitar style was unique, later to be abundantly imitated by others. Despite his hectic touring schedule and notorious perfectionism, he was a prolific recording artist and left behind more than 300 unreleased recordings.</p>');
document.write('<p>His career and untimely death has grouped him with Janis Joplin and Jim Morrison as one of contemporary music\'s tragic &quot;three J\'s&quot;, iconic 1960s rock stars that suffered drug-related deaths at age 27 within months of each other, leaving legacies in death that have eclipsed the popularity and influence they experienced during their lifetimes. The other rock star who died in that period at age 27 was Brian Jones.</p>');
document.write('<p>Musically, Hendrix did much to further the development of the electric guitar\'s repertoire, establishing it as a unique sonic source, rather than merely an amplified version of the acoustic guitar. Likewise, his feedback, wah-wah and fuzz-laden soloing moved guitar distortion well beyond mere novelty, incorporating other effects pedals and units specifically designed for him by his sound technician Roger Mayer (such as the Octavia and Univibe) with dramatic results.</p>');
document.write('<p>Hendrix affected popular music with similar profundity; along with earlier bands such as The Who and Cream, he established a sonically heavy yet technically proficient bent to rock music as a whole, significantly furthering the development of hard rock and paving the way for heavy metal. He took blues to another level. His music has also had a great influence on funk and the development of funk rock especially through the guitarists Ernie Isley of The Isley Brothers and Eddie Hazel of Funkadelic, Prince and Jesse Johnson of The Time. His influence even extends to many hip hop artists, including Questlove, Chuck D of Public Enemy, Ice-T (who covered &quot;Hey Joe&quot; with his heavy metal band Body Count), El-P and Wyclef Jean. Miles Davis was also deeply impressed by Hendrix and compared his improvisational skills with those of saxophonist John Coltrane, and Davis would later want guitarists in his bands to emulate Hendrix. Hendrix was ranked number 3 on VH1\'s 100 Greatest Artists of Hard Rock behind Black Sabbath and Led Zeppelin. Hendrix was ranked number 3 on VH1\'s list of the 100 Greatest Artists of Rock N\' Roll, behind the Rolling Stones and the Beatles. He has been voted by Rolling Stone, Guitar World, and a number of other magazines and polls as the best electric guitarist of all time.</p>');
document.write('<p>Guitar World\'s readers voted six of Hendrix\'s solos among the top &quot;100 Greatest&quot; of all time: &quot;Purple Haze&quot; (70), &quot;The Star-Spangled Banner&quot; (52), &quot;Machine Gun&quot; (32), &quot;Little Wing&quot; (18), &quot;Voodoo Child (Slight Return)&quot; (11) and &quot;All Along the Watchtower (5).</p>');
document.write('<p>Jimi is a playable character in Guitar Hero: World Tour.</p>');
document.write('<p>In 1992, Hendrix was awarded the Grammy Lifetime Achievement Award.</p>');
document.write('<p>Townshend said: &quot;He made the electric guitar beautiful. It had always been  dangerous, it had always been able to evoke anger. If you go right  back to the beginning of it, John Lee Hooker shoving a microphone  into his guitar back in the 1940s, it made his guitar sound angry,  impetuous, and dangerous. The guitar players who worked through the  Fifties and with the early rock artists — James Burton, who  worked with Ricky Nelson and the Everly Brothers, Steve Cropper  with Booker T. — these Nashville-influenced players had a  steely, flick-knife sound, really kind of spiky compared to the  beautiful sound of the six-string acoustic being played in the  background. In those great early Elvis songs, you hear Elvis  himself playing guitar on songs like &quot;Hound Dog,&quot; and then you hear  an electric guitar come in, and it\'s not a pleasant sound. Early  blues players, too — Muddy Waters, Buddy Guy, Albert King  — they did it to hurt your ears. Jimi made it beautiful and  made it OK to make it beautiful.&quot;</p></div><div id="sas1831tab5content"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('  <tr>');
document.write('    <td valign="middle"><p><font face="Trebuchet MS, Arial, Helvetica, sans-serif" size="2">Winner of the 2008 Acoustic Guitar Magazine&nbsp;Players\' Choice Awards,&nbsp;two Telly Awards and an AEGIS Award for Excellence in Education, <strong><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1831tabidvalue + '&productID=465147287&afftrack=' + sas1831tabafftrackvalue + '&w=1831">Learn &amp; Master Guitar</a></strong> is widely recognized as the best home instruction course for learning guitar available anywhere. </font></p>');
document.write('    <p><font face="Trebuchet MS, Arial, Helvetica, sans-serif" size="2">It consists of <strong>20</strong> professionally produced <strong>DVDs</strong>,<strong> 5 </strong>Jam-Along <strong>CDs</strong>, a <strong>100+ page</strong> lesson book, and a <strong>free</strong> online student support site.</font></p></td>');
document.write('    <td width="220" align="right" valign="middle"><a class="sas1831tabcontentlink" target="_blank" href="http://www.shareasale.com/r.cfm?b=175466&u=' + sas1831tabidvalue + '&m=22286&urllink=&afftrack=' + sas1831tabafftrackvalue + '&w=1831"><img src="http://www.shareasale.com/image/22286/guitar14.jpg" border=0></a></td>');
document.write('  </tr>');
document.write('</table>');
document.write('<p>It is the only instructional package you\'ll ever need on your journey toward mastery of the guitar. All you provide is the practice! </p>');
document.write('<p><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1831tabidvalue + '&productID=465147287&afftrack=' + sas1831tabafftrackvalue + '&w=1831">Learn &amp; Master Guitar</a> gives you a rare opportunity to study from a real pro. Steve Krenz has been playing professionally for twenty years. He is not only a truly masterful player with a very impressive bio, but also an incredibly talented teacher and communicator. You won\'t find a better guitar instructor anywhere. And because it\'s from Legacy Learning Systems, the leader in in-depth video instruction, you know the training quality is of the highest caliber.</p>');
document.write('<p>Let\'s face it, really learning guitar can seem like a daunting task.  There are so many different things to learn and practice. What you\'re  really looking for is high-quality, step-by-step video instruction that  takes you from beginner (or <a "http://www.learnandmaster.com/guitar/pages/guitar-intermediate-players/">intermediate</a>)  all the way through advanced instruction. A thirty-minute &quot;Learn Guitar  Overnight&quot; video isn\'t going to do it, and advanced instructional  videos are usually too specialized and they often assume that you know  more than you do. That\'s never a problem with Learn &amp; Master  Guitar, because it is a complete step-by-step video instruction course  that takes you from any skill level, even if you\'re a total novice,  through the advanced skills training used by the pros. Not a beginner?  Just skip through the basics and jump into the more advanced training. </p>');
document.write('<p>Printed  materials alone, when not accompanied by detailed video instruction,  can leave you frustrated and confused. Software-based instruction is  cumbersome and difficult to use. Private instruction is costly and  inconvenient. And perhaps worst of all, none of these methods are  really any fun!</p>');
document.write('<p>It\'s time to get your very own copy of this amazing course and start  learning piano for yourself. If you are not satisfied with it for any  reason, simply return it within sixty days for a <strong>full refund</strong> of the purchase price.</p>');
document.write('<p><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1831tabidvalue + '&productID=465147287&afftrack=' + sas1831tabafftrackvalue + '&w=1831">Click Here to Learn More</a></p></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas1831mytabs = new Array()
sas1831mytabs[0] = "1"
sas1831mytabs[1] = "2"
sas1831mytabs[2] = "3"
sas1831mytabs[3] = "4"
sas1831mytabs[4] = "5"

sas1831switchtabs(1);


