function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://phlairline.com/spotter/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="Oct09" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="103109.html">31</option>' );
document.writeln( '<option value="103009.html">30</option>' );
document.writeln( '<option value="102909.html">29 *</option>' );
document.writeln( '<option value="102609.html">26</option>' );
document.writeln( '<option value="102509.html">25</option>' );
document.writeln( '<option value="102309.html">23</option>' );
document.writeln( '<option value="102009.html">20</option>' );
document.writeln( '<option value="101909.html">19</option>' );
document.writeln( '<option value="101709.html">17</option>' );
document.writeln( '<option value="101609.html">16 *</option>' );
document.writeln( '<option value="101409.html">14</option>' );
document.writeln( '<option value="101209.html">12</option>' );
document.writeln( '<option value="101109.html">11</option>' );
document.writeln( '<option value="101009.html">10</option>' );
document.writeln( '<option value="100409.html">04</option>' );
document.writeln( '<option value="100209.html">03</option>' );
document.writeln( '<option value="100309.html">03 *</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

