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="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="113006.html">30</option>' );
document.writeln( '<option value="112806.html">28</option>' );
document.writeln( '<option value="112706.html">27</option>' );
document.writeln( '<option value="112606.html">26</option>' );
document.writeln( '<option value="112506.html">25</option>' );
document.writeln( '<option value="112406.html">24</option>' );
document.writeln( '<option value="112106.html">21</option>' );
document.writeln( '<option value="111106.html">11</option>' );
document.writeln( '<option value="111006.html">10</option>' );
document.writeln( '<option value="110906.html">09</option>' );
document.writeln( '<option value="110606.html">06</option>' );
document.writeln( '<option value="110406.html">04</option>' );
document.writeln( '<option value="110306.html">03</option>' );
document.writeln( '<option value="110206.html">02</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );














