function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://thinkingaboutGod.com/' ;
  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="">Bible Studies By Topic</option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '<option value="/addictions.html">Addictions</option>' );
document.writeln( '<option value="/doubt.html">Doubt</option>' );
document.writeln( '<option value="/fear.html">Fear</option>' );
document.writeln( '<option value="/hearing.html">Hearing From God</option>' );
document.writeln( '<option value="/sexsin.html">Sexual Sin</option>' );
document.writeln( '<option value="/trials.html">Trials</option>' );
document.writeln( '<option value="/waitingonGod.html">Waiting On God</option>' );
document.writeln( '<option value="/worry.html">Worry</option>' );
document.writeln( '<option value="/discouragement.html">Discouragement</option>' );
document.writeln( '<option value="/temptations.html">Temptations</option>' );
document.writeln( '<option value="/armourofGod.html">Armour Of God</option>' );
document.writeln( '<option value="/warfare.html">Spiritual Warfare</option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );