﻿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.oldtownhill.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.window.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="">please select</option>' );
document.writeln( '<option value="adultsundayschool/weekdaybiblestudies.html">Bible Studies</option>' );
document.writeln( '<option value="newtooth/buildingmap.html">Building Map</option>' );
document.writeln( '<option value="calendar.html">Calendar</option>' );
document.writeln( '<option value="churchresources/campaignofpraise.html">Campaign of Praise</option>' );
document.writeln( '<option value="childrenandyouth/index.html">Children</option>' );
document.writeln( '<option value="childrenandyouth/childrenschoir.html">Childrens Choir</option>' );
document.writeln( '<option value="childrenandyouth/childrenschurch.html">Childrens Church</option>' );
document.writeln( '<option value="serve/musicandworship-choir.html">Choir</option>' );
document.writeln( '<option value="churchresources/index.html">Church Resources</option>' );
document.writeln( '<option value="adultsundayschool/newtooth.html">Class - Learn OTH</option>' );
document.writeln( '<option value="deafministry/index.html">Deaf Ministry</option>' );
document.writeln( '<option value="serve/musicandworship-drama.html">Drama</option>' );
document.writeln( '<option value="egiving/index.html">E-giving</option>' );
document.writeln( '<option value="working and old files/event.pdf">Event Form</option>' );
document.writeln( '<option value="serve/faithriders.html">FAITH Riders</option>' );
document.writeln( '<option value="serve/focus.html">FOCUS</option>' );
document.writeln( '<option value="serve/foodpantry.html">Food Pantry</option>' );
document.writeln( '<option value="newtooth/jointhechurch.html">Join the Church</option>' );
document.writeln( '<option value="childrenandyouth/kidzzone.html">Kidz Zone</option>' );
document.writeln( '<option value="churchresources/kitchenschedule.html">Kitchen Schedule</option>' );
document.writeln( '<option value="newtooth/knowingjesus.html">Knowing Jesus</option>' );
document.writeln( '<option value="churchresources/links.html">Links</option>' );
document.writeln( '<option value="newtooth/location-times.html">Location and Times</option>' );
document.writeln( '<option value="childrenandyouth/missionfriends.html">Mission Friends</option>' );
document.writeln( '<option value="serve/missions.html">Missions</option>' );
document.writeln( '<option value="serve/musicandworship.html">Music and Worship</option>' );
document.writeln( '<option value="adultsundayschool/newtooth.html">New to Old Town Hill</option>' );
document.writeln( '<option value="childrenandyouth/nursery.html">Nursery</option>' );
document.writeln( '<option value="churchresources/nurseryschedule.html">Nursery Schedule</option>' )
document.writeln( '<option value="serve/musicandworship-praiseband.html">Praise Team</option>' );
document.writeln( '<option value="prayer/index.html">Prayer</option>' );
document.writeln( '<option value="sermons/index.html">Sermon Audio</option>' );
document.writeln( '<option value="sermonseries/index.html">Sermon Series</option>' );
document.writeln( '<option value="serve/index.html">Serve</option>' );
document.writeln( '<option value="sitemap.html">Sitemap</option>' );
document.writeln( '<option value="churchresources/soloschedule.html">Solo Schedule</option>' );
document.writeln( '<option value="newtooth/staff.html">Staff</option>' );
document.writeln( '<option value="adultsundayschool/index.html">Sunday School</option>' );
document.writeln( '<option value="childrenandyouth/upward.html">Upward®</option>' );
document.writeln( '<option value="childrenandyouth/vbs.html">VBS</option>' );
document.writeln( '<option value="newtooth/whatissouthernbaptist.html">What is SBC?</option>' );
document.writeln( '<option value="adultsundayschool/whysundayschool.html">Why Sunday School</option>' );
document.writeln( '<option value="newtooth/whattoexpect.html">What to Expect</option>' );
document.writeln( '<option value="serve/musicandworship-worshipstyles.html">Worship Styles</option>' );
document.writeln( '<option value="serve/youngathearts.html">Young at Hearts</option>' );
document.writeln( '<option value="childrenandyouth/youth.html">Youth</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );



