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://library.reynolds.edu' ;
  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 selected="selected" value="">--- Choose a Subject ---</option>' );
document.writeln( '<option value="/find/databases/subject.html#argument">Arguments / Viewpoints / Controversial Issues</option>' );
document.writeln( '<option value="/find/databases/subject.html#arts">Arts</option>' );
document.writeln( '<option value="/find/databases/subject.html#biography">Biographies</option>' );
document.writeln( '<option value="/find/databases/subject.html#biology">Biology</option>' );
document.writeln( '<option value="/find/databases/subject.html#bookreviews">Book Reviews</option>' );
document.writeln( '<option value="/find/databases/subject.html#business">Business &amp; Economics</option>' );
document.writeln( '<option value="/find/databases/subject.html#chemistry">Chemistry</option>' );
document.writeln( '<option value="/find/databases/subject.html#computer">Computer Science &amp; Information Technology</option>' );
document.writeln( '<option value="/find/databases/subject.html#conference">Conference Proceedings</option>' );
document.writeln( '<option value="/find/databases/subject.html#culinary">Culinary Arts, Tourism &amp; Hospitality</option>' );
document.writeln( '<option value="/find/databases/subject.html#directory">Directories</option>' );
document.writeln( '<option value="/find/databases/subject.html#education">Education</option>' );
document.writeln( '<option value="/find/databases/subject.html#engineering">Engineering &amp; Technology</option>' );
document.writeln( '<option value="/find/databases/subject.html#foreign">Foreign Language Databases</option>' );
document.writeln( '<option value="/find/databases/subject.html#general">General (includes a wide variety of topics</option>' );
document.writeln( '<option value="/find/databases/subject.html#geography">Geography, Earth, &amp; Environmental Sciences</option>' );
document.writeln( '<option value="/find/databases/subject.html#health">Health &amp; Medicine</option>' );
document.writeln( '<option value="/find/databases/subject.html#history">History</option>' );
document.writeln( '<option value="/find/databases/subject.html#horticulture">Horticulture Technology</option>' );
document.writeln( '<option value="/find/databases/subject.html#humanities">Humanities - General</option>' );
document.writeln( '<option value="/find/databases/subject.html#law">Law &amp; Government</option>' );
document.writeln( '<option value="/find/databases/subject.html#literature">Literature &amp; Language</option>' );
document.writeln( '<option value="/find/databases/subject.html#material">Materials Science</option>' );
document.writeln( '<option value="/find/databases/subject.html#math">Mathematics</option>' );
document.writeln( '<option value="/find/databases/subject.html#music">Music</option>' );
document.writeln( '<option value="/find/databases/subject.html#news">Newspapers</option>' );
document.writeln( '<option value="/find/databases/subject.html#nursing">Nursing</option>' );
document.writeln( '<option value="/find/databases/subject.html#psych">Psychology</option>' );
document.writeln( '<option value="/find/databases/subject.html#ref">Reference (almanacs, dictionaries, encyclopedias)</option>' );
document.writeln( '<option value="/find/databases/subject.html#science">Science - General</option>' );
document.writeln( '<option value="/find/databases/subject.html#social">Social Sciences</option>' );
document.writeln( '<option value="/find/databases/subject.html#statistics">Statistics</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
