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="013006.html">30</option>' );
document.writeln( '<option value="012806.html">28</option>' );
document.writeln( '<option value="012706.html">27</option>' );
document.writeln( '<option value="012606.html">26</option>' );
document.writeln( '<option value="012406.html">24</option>' );
document.writeln( '<option value="012206.html">22</option>' );
document.writeln( '<option value="012006.html">20</option>' );
document.writeln( '<option value="011906.html">19</option>' );
document.writeln( '<option value="011506.html">15</option>' );
document.writeln( '<option value="011206.html">12</option>' );
document.writeln( '<option value="011006.html">10</option>' );
document.writeln( '<option value="010706.html">07</option>' );
document.writeln( '<option value="0106.html"></option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );










