function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.ccbreathoflife.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="/NewSite/DesignSpike/audio.asp">-- select from list --</option>' );
document.writeln( '<option value="/Genesis/index.asp">Genesis</option>' );
document.writeln( '<option value="/Leviticus/index.asp">Leviticus</option>' );
document.writeln( '<option value="/Ruth/index.asp">Ruth</option>' );
<!--document.writeln( '<option value="/Exodus/index.asp">Exodus</option>' );-->
<!--document.writeln( '<option value="/1Samuel/index.asp">1Samuel</option>' );-->
<!--document.writeln( '<option value="/2Samuel/index.asp">2Samuel</option>' );-->
<!--document.writeln( '<option value="/1Kings/index.asp">1Kings</option>' );-->
<!--document.writeln( '<option value="/2Kings/index.asp">2Kings</option>' );-->
document.writeln( '<option value="/Ezra/index.asp">Ezra</option>' );
document.writeln( '<option value="/Nehemiah/index.asp">Nehemiah</option>' );
document.writeln( '<option value="/Esther/index.asp">Esther</option>' );
document.writeln( '<option value="/Job/index.asp">Job</option>' );
document.writeln( '<option value="/Isaiah/index.asp">Isaiah</option>' );
document.writeln( '<option value="/Daniel/index.asp">Daniel</option>' );
document.writeln( '<option value="/Hosea/index.asp">Hosea</option>' );
document.writeln( '<option value="/Amos/index.asp">Amos</option>' );
<!--document.writeln( '<option value="/Jonah/index.asp">Jonah</option>' );-->
document.writeln( '<option value="/Micah/index.asp">Micah</option>' );
document.writeln( '<option value="/Haggai/index.asp">Haggai</option>' );
document.writeln( '<option value="/Malachi/index.asp">Malachi</option>' );
document.writeln( '<option value="/Matthew/index.asp">Matthew</option>' );
document.writeln( '<option value="/Luke/index.asp">Luke</option>' );
document.writeln( '<option value="/John/index.asp">John</option>' );
document.writeln( '<option value="/Acts/index.asp">Acts</option>' );
document.writeln( '<option value="/Ephesians/index.asp">Ephesians</option>' );
document.writeln( '<option value="/Philippians/index.asp">Philippians</option>' );
document.writeln( '<option value="/Colossians/index.asp">Colossians</option>' );
<!--document.writeln( '<option value="/Titus/index.asp">Titus</option>' );-->
document.writeln( '<option value="/Philemon/index.asp">Philemon</option>' );
<!--document.writeln( '<option value="/James/index.asp">James</option>' );-->
document.writeln( '<option value="/1Peter/index.asp">1Peter</option>' );
document.writeln( '<option value="/2Peter/index.asp">2Peter</option>' );
document.writeln( '<option value="/1John/index.asp">1John</option>' );
document.writeln( '<option value="/EndTimesSeries/index.asp">End Times Series</option>' );
document.writeln( '<option value="/Asuccessfulchurch/index.asp">A Successful Church Series</option>' );
document.writeln( '<option value="/Topicals/index.asp">Topicals</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

