﻿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.ballstatebcm.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="1of250.html">1 of 250</option>' );
document.writeln( '<option value="aboutus.html">About Us</option>' );
document.writeln( '<option value="annualreport.html">Annual Report</option>' );
document.writeln( '<option value="beachreach/index.html">Beach Reach</option>' );
document.writeln( '<option value="biblestudies.html">Bible Studies</option>' );
document.writeln( '<option value="contactus.html">Contact Us</option>' );
document.writeln( '<option value="discipleship.html">Discipleship</option>' );
document.writeln( '<option value="fellowship.html">Fellowship</option>' );
document.writeln( '<option value="getinvolved.html">Get Involved</option>' );
document.writeln( '<option value="index_new.html">Home</option>' );
document.writeln( '<option value="internationals.html">International Students</option>' );
document.writeln( '<option value="knowinggod.html">Knowing God</option>' );
document.writeln( '<option value="links.html">Links</option>' );
document.writeln( '<option value="localchurches.html">Local Churches</option>' );
document.writeln( '<option value="missions.html">Missions</option>' );
document.writeln( '<option value="newstudents.html">New Students</option>' );
document.writeln( '<option value="reorientation/index.html">RE:Orientation</option>' );
document.writeln( '<option value="weeklymeeting.html">Tuesday Night Meeting</option>' );
document.writeln( '<option value="twitter.html">Twitter Feed</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );



