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="Jun09" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="063009.html">30</option>' );
document.writeln( '<option value="062809.html">28</option>' );
document.writeln( '<option value="062709.html">27</option>' );
document.writeln( '<option value="062509.html">25</option>' );
document.writeln( '<option value="062309.html">23</option>' );
document.writeln( '<option value="062109.html">21</option>' );
document.writeln( '<option value="061909.html">19</option>' );
document.writeln( '<option value="061409-N57.html">14 N57</option>' );
document.writeln( '<option value="061409.html">14 PHL</option>' );
document.writeln( '<option value="061309.html">13</option>' );
document.writeln( '<option value="060709.html">07</option>' );
document.writeln( '<option value="060609.html">06</option>' );
document.writeln( '<option value="060109.html">01</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

