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="063007.html">30</option>' );
document.writeln( '<option value="062607.html">26</option>' );
document.writeln( '<option value="062307.html">23</option>' );
document.writeln( '<option value="062207.html">22</option>' );
document.writeln( '<option value="062107.html">21</option>' );
document.writeln( '<option value="061907.html">19</option>' );
document.writeln( '<option value="061707.html">17</option>' );
document.writeln( '<option value="061607.html">16</option>' );
document.writeln( '<option value="060907.html">09</option>' );
document.writeln( '<option value="060707.html">07</option>' );
document.writeln( '<option value="060607.html">06</option>' );
document.writeln( '<option value="060207.html">02</option>' );
document.writeln( '<option value="060107.html">01</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );












