<!-- Begin ---------------1-JS-MUSIC-----removed-( + ".html")------------------
document.write('<DIV ALIGN="CENTER">'); 
document.write('<table WIDTH="100%" border="0" cellpadding="0" cellspacing="0">'); 
document.write('<TR valign="middle">');
document.write('<TD>');
document.write('<script language="JavaScript">');
<!-- hide
function autoredirect(form)
{
var pullvalue =
document.music.category.options[document.music.category.selectedIndex]
.value;
window.location.href = pullvalue;
}
// end hide -->
document.write('</script>');
document.write('<H3><form name="music">');
document.write('View Sheet Music and Lyrics: ');
document.write('<select name="category" onChange="javascript:autoredirect()" class="music">');
document.write('<option style="background: #FFCCFF" TARGET="music" value="../info/music-VIEW-INDEX.html"> - Please Select ?');
document.write('<option style="background:#FFCCFF" TARGET="music" value="../info/music-VIEW-INDEX.html">');
document.write('<option TARGET="music" value="../MUSIC/vira-de-alcochete-1960-lyrics.pdf"> - Vira De Alcochete Lyrics');
document.write('<option TARGET="music" value="../MUSIC/vira-de-alcochete-1960M.pdf"> - Vira De Alcochete Music');
document.write('<option style="background:#FFCCFF" TARGET="music" value="../info/music-VIEW-INDEX.html">');
document.write('</select></form></H3>');
document.write('</TD><TR></TABLE>'); 
document.write('</DIV>');
// End ------------------------------------------------------------------ -->



