function lyricsPulldown()
{
document.writeln('<select name="lyrics" onChange="lyricsPage();" class="formElement">');
document.writeln('<option value="">Select-A-Song');  
document.writeln('<option value="allisonhall.html">Allison Hall');  
document.writeln('<option value="clapclap.html">Clap Clap');  
document.writeln('<option value="constantpain.html">Constant Pain');  
document.writeln('<option value="corneliuscrane.html">Cornelius Crane');  
document.writeln('<option value="dingdong.html">Ding Dong');  
document.writeln('<option value="fanfare.html">Fanfare of the Ice Hockey World Championships \'81 ');  
document.writeln('<option value="foolinaround.html">Foolin\' Around');  
document.writeln('<option value="getout.html">Get Out!');  
document.writeln('<option value="graduationangel.html">Graduation Angel');  
document.writeln('<option value="honeyhoneyhoneyhoney.html">Honey Honey Honey Honey');  
document.writeln('<option value="hotpinkhotpants.html">Hot Pink Hot Pants');  
document.writeln('<option value="icanthearthemusic.html">I Can\'t Hear The Music');  
document.writeln('<option value="itsnoteasy.html">It\'s Not Easy');  
document.writeln('<option value="isawapairofeyes.html">I Saw A Pair of Eyes');  
document.writeln('<option value="joinusforjazz.html">Join Us For Jazz');  
document.writeln('<option value="lockmeup.html">Lock Me Up');  
document.writeln('<option value="may25.html">May 25');  
document.writeln('<option value="mramerica.html">Mr. America');  
document.writeln('<option value="nosferatu.html">Nosferatu');  
document.writeln('<option value="ourbirthday.html">Our Birthday');  
//document.writeln('<option value="roombyroom.html">Room By Room');  
//document.writeln('<option value="rundarlingruntohim.html">Run, Darling, Run To Him');   
document.writeln('<option value="sheilae.html">Sheila E.');  
document.writeln('<option value="showsomeheaventomebaby.html">Show Some Heaven to Me Baby');  
document.writeln('<option value="sousaphone.html">Sousaphone');  
document.writeln('<option value="stonedandatthestatefair.html">Stoned and at the State Fair');  
document.writeln('<option value="sugarcone.html">Sugar Cone');  
document.writeln('<option value="teentonic.html">Teen Tonic');  
document.writeln('<option value="tellheraboutitagain.html">Tell Her About It Again');    
document.writeln('<option value="texasbaby.html">Texas Baby');  
document.writeln('<option value="uptowngirl2.html">Uptown Girl II');  
//document.writeln('<option value="wherethereslove.html">Where There\'s Love');    
document.writeln('<option value="yougottohavefaithinlove.html">You Got to Have Faith in Love');  
document.writeln('</select>');
}
