
function sas1843switchtabs(tabid) {

for (i=0;i<sas1843mytabs.length;i++)
{
	if (sas1843mytabs[i] == tabid) {
		document.getElementById('sas1843tab'+sas1843mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1843tabcell'+sas1843mytabs[i]).style.backgroundColor = '#CC3300';
		document.getElementById('sas1843tabcell'+sas1843mytabs[i]).className = 'sas1843tabheaderon';
		document.getElementById('sas1843tabbottom'+sas1843mytabs[i]).style.backgroundColor = '#CC3300';
		document.getElementById('sas1843tabtop'+sas1843mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1843tablink'+sas1843mytabs[i]).className = 'sas1843tablinkon';
	}
	else {
		document.getElementById('sas1843tab'+sas1843mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1843tabcell'+sas1843mytabs[i]).style.backgroundColor = '#FF9900';
		document.getElementById('sas1843tabbottom'+sas1843mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1843tabtop'+sas1843mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1843tablink'+sas1843mytabs[i]).className = 'sas1843tablink';
		document.getElementById('sas1843tabcell'+sas1843mytabs[i]).className = 'sas1843tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1843tablink:link');
document.write('{');
document.write('	COLOR: #660033;');
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.sas1843tablink:visited');
document.write('{');
document.write('	COLOR: #660033;');
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.sas1843tablink:active');
document.write('{');
document.write('	COLOR: #660033;');
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.sas1843tablink:hover');
document.write('{');
document.write('	COLOR: #660033;');
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.sas1843tablinkon: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.sas1843tablinkon: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.sas1843tablinkon: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.sas1843tablinkon: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('.sas1843tabheaderon');
document.write('{');
document.write('	background-color: #FF9900;');
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('.sas1843tabheaderoff');
document.write('{');
document.write('	background-color: #FF9900;');
document.write('	border-left: 2px solid #FFCC00;');
document.write('	border-right: 2px solid #FFCC00;');
document.write('	border-top: 2px solid #FFCC00;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1843tabheaderspacer');
document.write('{');
document.write('	background-color: #990033;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1843tabbottom');
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('.sas1843tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1843tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1843tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1843contentbox');
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('.sas1843contentboxfont');
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.sas1843tabcontentlink:link');
document.write('{');
document.write('	COLOR: #54100f;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1843tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #FF9900;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1843tabcontentlink:active');
document.write('{');
document.write('	COLOR: #60c;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1843tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #606;');
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="sas1843tabtop1" class="sas1843tabtop"></td><td class="sas1843tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabtop2" class="sas1843tabtop"></td><td class="sas1843tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabtop3" class="sas1843tabtop"></td><td class="sas1843tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabtop4" class="sas1843tabtop"></td><td class="sas1843tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabtop5" class="sas1843tabtop"></td></tr><tr><td id="sas1843tabcell1" class="sas1843tabheaderon"><a href="#" onClick="sas1843switchtabs(1); return false;" class="sas1843tablink" id="sas1843tablink1">Guitar</a></td><td class="sas1843tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabcell2" class="sas1843tabheaderoff"><a href="#" onClick="sas1843switchtabs(2); return false;" class="sas1843tablink" id="sas1843tablink2">Piano</a></td><td class="sas1843tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabcell3" class="sas1843tabheaderoff"><a href="#" onClick="sas1843switchtabs(3); return false;" class="sas1843tablink" id="sas1843tablink3">Drums</a></td><td class="sas1843tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabcell4" class="sas1843tabheaderoff"><a href="#" onClick="sas1843switchtabs(4); return false;" class="sas1843tablink" id="sas1843tablink4">Home School Editions</a></td><td class="sas1843tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabcell5" class="sas1843tabheaderoff"><a href="#" onClick="sas1843switchtabs(5); return false;" class="sas1843tablink" id="sas1843tablink5">Coupons / Specials</a></td></tr><tr><td id="sas1843tabbottom1" class="sas1843tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1843tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabbottom2" class="sas1843tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1843tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabbottom3" class="sas1843tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1843tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabbottom4" class="sas1843tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1843tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1843tabbottom5" class="sas1843tabbottom"><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="sas1843contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1843tab1content"><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=' + sas1843tabidvalue + '&productID=465147287&afftrack=' + sas1843tabafftrackvalue + '&w=1843">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="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/r.cfm?b=175466&u=' + sas1843tabidvalue + '&m=22286&urllink=&afftrack=' + sas1843tabafftrackvalue + '&w=1843"><img src="http://www.shareasale.com/image/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=' + sas1843tabidvalue + '&productID=465147287&afftrack=' + sas1843tabafftrackvalue + '&w=1843">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=' + sas1843tabidvalue + '&productID=465147287&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Click Here to Learn More</a></p></div><div id="sas1843tab2content"><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"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147289&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Learn & Master Piano</a> is by far the world’s most complete video instruction course for learning recreational piano. Designed to walk you through from start to finish, Learn & Master Piano is the only instructional tool you’ll need as you strive to finally learn this wonderful instrument – even if you’re sitting down to it for the very first time.</font></p>');
document.write('    <p><font face="Trebuchet MS, Arial, Helvetica, sans-serif" size="2">The course consists of 14 DVDs, 5 play-along CDs and a 100+ page lesson book, all crammed with step-by-step instruction, clear demonstrations, and popular songs you already know, such as "Let it Be", "Blueberry Hill", and "Moondance", just to name a few. </font></p></td>');
document.write('    <td width="220" align="right" valign="middle"><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/r.cfm?b=175952&u=' + sas1843tabidvalue + '&m=22286&urllink=&afftrack=' + sas1843tabafftrackvalue + '&w=1843"><img src="http://www.shareasale.com/image/PianoLargeSpread71.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 piano. All you provide is the practice! </p>');
document.write('<p>In a world of cheap, over-hyped, "Learn This Overnight" instructional videos, Legacy Learning Systems was founded to produce truly comprehensive multi-media training courses for those who want serious instruction in the comfort of their own homes. We believe that learning should be fun, not intimidating, and systematic, with each new skill building on the previous one. Our first courses are in music instruction, but other topics related to the arts, language, career, and a variety of special interests are under development.</p>');
document.write('<h1>About Will Barrow</h1>');
document.write('  <p>Grammy Award-winning pianist Will Barrow is an accomplished  singer-songwriter, composer, and educator. He has played, toured, and  recorded with an eclectic array of artists including jazz siblings  Eloise, Ronnie, and Hubert Laws, the late disco diva Vickie Sue  Robinson, R&amp;B singer Freda Payne, rockabilly legend Wanda Jackson,  gospel great BeBe Winans, operatic soprano Karen Parks, and country  singers Suzy Bogguss and the Gatlin Brothers.</p>');
document.write('<p>Will spent almost a decade and a half working in New York City,  where he played in the Broadway orchestra pits and in clubs, did studio  work, and taught at Long Island University while earning a Masters  degree from Manhattan School of Music. Mr. Barrow was conductor and  musical director for two national touring companies of <em>A Civil War,</em> co-wrote the off-Broadway work <em>From My Hometown</em>, and co-produced an album for alternative country guitarist/vocalist Rosie Flores.</p>');
document.write('  <p>Will has performed at jazz and music festivals throughout Europe as  well as at Lincoln Center and clubs and venues throughout the U.S. He  won a Grammy in 2005 for his contribution to the compilation CD <em>Beautiful Dreamer, The Songs of Stephen Foster</em>,  and his Brazilian-flavored song Fernanda was a finalist in the John  Lennon International Songwriting Competition. His music has also been  featured on radio broadcasts of A Prairie Home Companion, E-town, Voice  of America and Mountain Stage, and he has appeared on VH1, BET, CMT and  GAC.</p>');
document.write('  <p> Will still tours actively and resides in Nashville, where he  teaches, does session work, and appears frequently on the Grand Ole  Opry.</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><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147289&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Click Here to Learn More</a></p></div><div id="sas1843tab3content"><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"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147290&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Learn & Master Drums</a> is more than just a cursory course to teach the elementary skills of playing drums. If your goal and dream is to master all facets of the drums to become an expert drummer, then this course is for you. You’ll have everything you need — expert teaching, hundreds of practice exercises, benchmarks for improving, and numerous popular songs to play along and improvise over — to bring your dream to reality.</font></p>');
document.write('    <p><font face="Trebuchet MS, Arial, Helvetica, sans-serif" size="2">Learn & Master Drums is by far the world’s most complete video instruction course for learning to play the drums. Designed to guide you from the very basics of setting up the drumset to expert playing techniques, Learn & Master Drums is the only instructional tool you’ll need — even if you’re sitting down to the drumset for the very first time.</font></p></td>');
document.write('    <td width="220" align="right" valign="middle"><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/r.cfm?b=180119&u=' + sas1843tabidvalue + '&m=22286&urllink=&afftrack=' + sas1843tabafftrackvalue + '&w=1843"><img src="http://www.shareasale.com/image/drumsspread3.jpg" border=0></a></td>');
document.write('  </tr>');
document.write('</table>');
document.write('<p>Unlike some courses or private instruction, you’ll begin playing  popular songs right away and then develop your skills with a simple  step-by-step progression. <strong><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147290&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Learn &amp; Master Drums</a></strong> consists of <strong>12 DVDs</strong>, <strong>5 play-along CDs</strong> and a <strong>100+</strong> page <strong>lesson book</strong>, all crammed with in-depth instruction, clear demonstrations, and popular songs you already know.</p>');
document.write('<p>You also get full access to our online resource center where <a "http://www.learnandmaster.com/drums/pages/drums-instructor-bio/">Dann Sherrill</a> will answer your questions, where you can post your profile, track your  progress, chat with other students, and download all kinds of extra  drums resources.</p>');
document.write('<div id="content">');
document.write('  <h1>About Dann Sherrill</h1>');
document.write('  <p>Dann Sherrill is a percussionist and drumset player from Nashville,  Tennessee. He plays Afro Cuban Percussion (Conga, Timbales, Bongo, and  Guiro) and Brazilian Percussion (Surdo, Pandeiro, Caixa, Quica,  Tamborim and Repineque). He is an in-demand session  drummer/percussionist in Nashville and has recorded many CDs, jingles,  and publisher demos. He has performance and production credits with  Steve Winwood, Michael English, Percy Sledge, Tony McManus, Engelbert  Humperdinck, Mel Tillis, Bonnie Bramlett, Armando Perazza (Santana),  Nino Segarra, Maelo Ruiz, Mose Allison, Arturo Sandoval, Jeff  Steinberg, Al Delory, Willie Crespo, Anna Maria Mendietta, Hayseed  Dixie, Mark Selby, Jamie O’Hara. Dann and his percussion are regular  fixtures on the live Latin music scene with the region’s best Salsa  dance orchestras, such as the fabulous Trabuko. He is currently  featured on timbales in the house band Swing Latino at the Ibiza  Nightclub in Nashville. Dann also leads two Brazilian ensembles, Music  City Samba, a Carnaval drumming group, and the amazing Trio Ginga, a  group of virtuoso musicians featuring Dann, Vince Quinn on guitar, and  Brazilian vocalist Kenya.</p>');
document.write('  <p>As much as he loves to play, Dann also has a great passion for teaching. He recently completed work on <strong>Learn and Master Drums,</strong> the most exhaustive drumset instructional program ever offered. Dann is  a teaching artist with the Wolf Trap Learning Through the Arts program,  where he works with Head Start pre-school children. Dann is also a  teaching artist with the Green Room Project’s 1317 Project, working  with at-risk teens though Brazilian drumming, and he teaches West  African drumming for the YMCA’s Arts Embrace after-school program. He  teaches ensemble classes at the Nashville Jazz Workshop; has a thriving  private teaching practice; and does school workshops, clinics, and  performances. Among these are clinic/performances at both Western  Kentucky University and Murray State University’s Day of Percussion,  Middle Tennessee State University, Goucher College Summer Arts  Institute, Appalachian State University, The Village Cultural Arts  Center, Belmont University Percussion Department, and the Carpetbag  Theatre, as well as annual residencies at Chicago’s Gallery 87 Arts  Apprenticeship Program.</p>');
document.write('</div>');
document.write('<p><a href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147290&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Click Here to Learn More</a></p>');
document.write('</body></div><div id="sas1843tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1843contentboxfont"><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147293&afftrack=' + sas1843tabafftrackvalue + '&w=1843"><img src="http://www.learnandmaster.com/content/assets/2009/06/lmp_student_spread.jpg" border="0"></a></td><td class="sas1843contentboxfont"><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147293&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Learn and Master Piano Homeschool Edition</a><br>The Learn & Master Piano Student Edition is a Complete 2-Year Piano Curriculum Designed for Home Study. It Contains Our Complete Piano Course plus: 68-Page Teacher’s Guide (With Full 2-Year Scope-and-Sequence) and 1 DVD Teacher’s Resource.<br>homeschool piano learning course<br>Price: $269.00</td></tr><tr><td class="sas1843contentboxfont"><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147292&afftrack=' + sas1843tabafftrackvalue + '&w=1843"><img src="http://www.learnandmaster.com/content/assets/2009/06/lmg_student_spread.jpg" border="0"></a></td><td class="sas1843contentboxfont"><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=22286&userID=' + sas1843tabidvalue + '&productID=465147292&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Learn and Master Guitar Homeschool Edition</a><br>The Learn & Master Guitar Student Edition is a Complete 2-Year Guitar Curriculum Designed for Home Study. It Contains Our Full Extended Guitar Course plus: 68-Page Teacher\'s Guide (With Full 2-Year Scope-and-Sequence) and 2-DVD Teacher\'s Resource Set. <br>homeschool guitar learning course<br>Price: $269.00</td></tr></table></div><div id="sas1843tab5content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1843contentboxfont"><ul><li><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=22286&u=' + sas1843tabidvalue + '&d=21793&afftrack=' + sas1843tabafftrackvalue + '&w=1843">Learn and Master Guitar - Previously Viewed - Only $99!</a> - End Date: 10/31/2009<br>Now is the time to buy!');
document.write('<br>');
document.write('Previously viewed copies of our award-winning Learn and Master Guitar course are only $99.00.');
document.write('<br>');
document.write('These courses offer the same great instruction and quality as our new courses at a fraction of the cost!<br><li><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=22286&u=' + sas1843tabidvalue + '&d=21842&afftrack=' + sas1843tabafftrackvalue + '&w=1843">$100 Off Learn and Master Guitar - Now Only $149.00</a> - End Date: 10/22/2009<br>  <strong>If you\'ve been waiting, now is the time to buy.</strong>');
document.write('<p><em>Our Fall Super Sale is going on now! </em></p>');
document.write('  <p>Get <strong>$100 off</strong> our award-winning Learn &amp; Master Guitar course</p><br><li><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=22286&u=' + sas1843tabidvalue + '&d=21888&afftrack=' + sas1843tabafftrackvalue + '&w=1843">$100 Off Learn and Master Piano - $149.00</a> - End Date: 10/22/2009<br>  <strong>If you\'ve been waiting, now is the time to buy.</strong>');
document.write('<p><em>Our Fall Super Sale is going on now! </em></p>');
document.write('  <p>Get <strong>$100 off</strong> our award-winning Learn & Master Piano course</p><br><li><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=22286&u=' + sas1843tabidvalue + '&d=21901&afftrack=' + sas1843tabafftrackvalue + '&w=1843">$100 Off Learn and Master Guitar - Home School Edition - Now Only $169.00</a> - End Date: 10/22/2009<br>  <strong>If you\'ve been waiting, now is the time to buy.</strong>');
document.write('<p><em>Our Fall Super Sale is going on now! </em></p>');
document.write('  <p>Get <strong>$100 off</strong> our award-winning Learn & Master Guitar Home School Edition</p><br><li><a class="sas1843tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=22286&u=' + sas1843tabidvalue + '&d=21933&afftrack=' + sas1843tabafftrackvalue + '&w=1843">$100 Off Learn and Master Drums - Now Only $149.00</a> - End Date: 10/22/2009<br>  <strong>If you\'ve been waiting, now is the time to buy.</strong>');
document.write('<p><em>Our Fall Super Sale is going on now! </em></p>');
document.write('  <p>Get <strong>$100 off</strong> our award-winning Learn & Master Drums course</p><br></ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas1843switchtabs(1);

