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.youthworksnw.org/' ;
  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="">Click Here for New Section </option>' );
document.writeln( '<option value="yep1.htm">Executive Summary</option>' );
document.writeln( '<option value="yep2.htm">Intern Survey Group</option>' );
document.writeln( '<option value="yep3.htm">Just Us</option>' );
document.writeln( '<option value="yep4.htm">Credit Retrieval</option>' );
document.writeln( '<option value="yep5.htm">Transitional Living</option>' );
document.writeln( '<option value="yep6.htm">Peer Interviews</option>' );
document.writeln( '<option value="yep7.htm">Boys and Girls Club</option>' );
document.writeln( '<option value="yep8.htm">Lummi Cedar Project</option>' );
document.writeln( '<option value="yep9.htm">Culmination</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
