function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.abeokuta.org/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="Segilola.html">NAVIGATION</option>' );
document.writeln( '<option value="Music.html">Yoruba Music</option>' );
document.writeln( '<option value="indexUp.html">Yoruba Videos</option>' );
document.writeln( '<option value="playingYor.html">Yoruba language Page</option>' );
document.writeln( '<option value="Spanish.htm">Spanish language Page</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

