document.write('<ul class="avmenu">')

document.write('<li><a ')
if( document.title == "Lincoln-Sudbury Friends of Music" ) document.write('class="current"')
document.write('href="index.html">About L-S F.O.M.</a></li>')

/*
document.write('<li><a ')
if( document.title == "Welcome Michael Bunting" ) document.write('class="current"')
document.write('href="Bunting.html">Welcome Michael Bunting! </a></li>')


document.write('<li><a ')
if( document.title == "Barrage at LS Sunday April 3!  " ) document.write('class="current"')
document.write('href="barrage.html">Barrage Concert April 3, 7:00 PM</a></li>')
*/

document.write('<li><a ')
if( document.title == "LS FOM - News and Updates" ) document.write('class="current"')
document.write('href="news.html">News and Updates</a></li>')

document.write('<li><a ')
if( document.title == "LS FOM - Annual Fund Appeal" ) document.write('class="current"')
document.write('href="appeal.html">Donate!</a></li>')

document.write('<li><a ')
if( document.title == "LS FOM - Volunteerrng" ) document.write('class="current"')
document.write('href="volunteer.html">Volunteer</a></li>')

document.write('<li><a ')
if( document.title == "LS FOM - Purchase Recordings" ) document.write('class="current"')
document.write('href="recordings.html">Purchase Recordings</a></li>')

document.write('<li><a ')
if( document.title == "LS FOM - Schedule" ) document.write('class="current"')
document.write('href="schedule.html">Performance Calendar</a></li>')

document.write('<li><a ')
if( document.title == "LS FOM - Scholarships" ) document.write('class="current"')
document.write('href="scholarships.html">Scholarships</a></li>')

document.write('<li><a ')
document.write('href="http://lsfom.smugmug.com" target="_blank">Photo Gallery</a></li>')

document.write('<li><a ')
if( document.title == "LS FOM - Youth Ensembles" ) document.write('class="current"')
document.write('href="youthensembles.html">Youth Ensembles</a></li>')

document.write('<li><a ')
if( document.title == "LS FOM - Other Resources" ) document.write('class="current"')
document.write('href="resources.html">Other Resources</a></li>')

document.write('</ul>')

