if(top.location!=self.location){top.location=self.location}

function gu(form){
var ur=form.s.selectedIndex;
top.location.href=form.s.options[ur].value;
}

document.write ('<center><form><select name="s" onChange="gu(this.form)" size=1>');
document.write ('<option value=\"index.html\">PD Music Site Index');
document.write ('<option value=\"index.html\">PD Music Main Page');
document.write ('<option value=\"index.html\">== AMERICAN COMPOSERS ==');
document.write ('<option value=\"bliss.html\">Philip Paul Bliss');
document.write ('<option value=\"bond.html\">Carrie Jacobs-Bond');
document.write ('<option value=\"foster.html\">Stephen Collins Foster');
document.write ('<option value=\"hays.html\">William Shakespeare Hays');
document.write ('<option value=\"heinrich.html\">Anthony Philip Heinrich');
document.write ('<option value=\"herbert.html\">Victor August Herbert');
document.write ('<option value=\"hewitt.html\">John Hill Hewitt');
document.write ('<option value=\"root-fw.html\">Frederic Woodman Root');
document.write ('<option value=\"root-gf.html\">George Frederick Root');
document.write ('<option value=\"russell.html\">Henry Russell');
document.write ('<option value=\"thomas.html\">John Rogers Thomas');
document.write ('<option value=\"towne.html\">Thomas Martin Towne');
document.write ('<option value=\"tucker.html\">Henry Tucker');
document.write ('<option value=\"wallace.html\">William Vincent Wallace');
document.write ('<option value=\"webster.html\">Joseph Philbrick Webster');
document.write ('<option value=\"winner.html\">Septimus Winner');
document.write ('<option value=\"work.html\">Henry Clay Work');

document.write ('<option value=\"index.html\">== SONG ERAS ==');
document.write ('<option value=\"1800s.html\">Music from 1800-1860');
document.write ('<option value=\"civilwar.html\">The Civil War Song Book');
document.write ('<option value=\"civilwar2.html\">American Civil War Music');
document.write ('<option value=\"1800s2.html\">Music from 1866-1899');
document.write ('<option value=\"1900s.html\">Music from 1900-1922');

document.write ('<option value=\"index.html\">== SONG STYLES ==');
document.write ('<option value=\"barbershop.html\">Barber Shop Ballads');
document.write ('<option value=\"blues.html\">Blues');
document.write ('<option value=\"folk.html\">Folk Songs');
document.write ('<option value=\"hymns.html\">Hymns');
document.write ('<option value=\"minstrel.html\">Minstrel Songs, Old and New');
document.write ('<option value=\"naval.html\">Naval Songs');
document.write ('<option value=\"ragtime.html\">Ragtime Piano Music');
document.write ('<option value=\"spirituals.html\">Spirituals and Sacred Harp Music');
document.write ('<option value=\"statesongs.html\">State Songs');

document.write ('<option value=\"index.html\">== MISCELLANEOUS ==');
document.write ('<option value=\"awards.html\">Awards');
document.write ('<option value=\"info.html\">Info / FAQs)');
document.write ('<option value=\"tubb.html\">My Original Music');
document.write ('<option value=\"brtubb.html\">My Personal Webpages');
document.write ('<option value=\"pdmcds.html\">PD Music Sales Catalog');
document.write ('<option value=\"sources.html\">Online Sources Used');
document.write ('<option value=\"portraits.html\">Portraits');
document.write ('<option value=\"links.html\">Recommended Links');
document.write ('<option value=\"singing.html\">Songs Sung with Virtal Singer(s)');
document.write ('</select></form><center>');

