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="Nov09" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="112909.html">29</option>' );
document.writeln( '<option value="112809.html">28</option>' );
document.writeln( '<option value="112709.html">27</option>' );
document.writeln( '<option value="112609.html">26 *</option>' );
document.writeln( '<option value="112209.html">22</option>' );
document.writeln( '<option value="112109.html">21</option>' );
document.writeln( '<option value="112009.html">20</option>' );
document.writeln( '<option value="111809.html">18</option>' );
document.writeln( '<option value="111509.html">15</option>' );
document.writeln( '<option value="111309.html">13 *</option>' );
document.writeln( '<option value="110809.html">08</option>' );
document.writeln( '<option value="110709.html">07</option>' );
document.writeln( '<option value="110609.html">06</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

