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.centralcoastsalmon.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="currentevents/calendar.html">Select an Article</option>' );
document.writeln( '<option value="currentevents/calendar.html">Current Events Calendar</option>' );
document.writeln( '<option value="penrearing/newsletters/sapr2009.html">April 2009:Salmon Decline</option>' );
document.writeln( '<option value="watersheds/arroyogrande/englishIvy.html">April 2009: No Ivy League</option>' );
document.writeln( '<option value="education/eapr209.html">April 2009: TIC Volunteers</option>' );
document.writeln( '<option value="currentevents/pismoWMP.html">March 2009:Pismo Creek WMP</option>' );
document.writeln( '<option value="penrearing/newsletters/smar2009.html">March 2009:Fishing Politics</option>' );
document.writeln( '<option value="watersheds/newsletters/wmar2009.html">March 2009:Spring into Action</option>' );
document.writeln( '<option value="currentevents/salmonNsteins.html">March 2009:Salmon n Steins</option>' );
document.writeln( '<option value="penrearing/newsletters/sfeb2009.html">Feb 2009:Stock Enhancement News</option>' );
document.writeln( '<option value="watersheds/newsletters/wfeb2009.html">Feb 2009:Watershed News</option>' );
document.writeln( '<option value="education/newlestters/efeb2009.html">Feb 2009:Education News</option>' );
document.writeln( '<option value="penrearing/newsletters/sjan2009.html">Jan 2009:Stock Enhancement News</option>' );
document.writeln( '<option value="watersheds/newsletters/wjan2009.html">Jan 2009:Watershed News</option>' );
document.writeln( '<option value="membership/membership.html">2009 Membership</option>' );

document.writeln( '</select>' );
document.writeln( '</form>' );


