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="Dec09" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="122909.html">29</option>' );
document.writeln( '<option value="122709.html">27</option>' );
document.writeln( '<option value="122409.html">24</option>' );
document.writeln( '<option value="122309.html">23</option>' );
document.writeln( '<option value="122009.html">20 *</option>' );
document.writeln( '<option value="121909.html">19 *</option>' );
document.writeln( '<option value="121809.html">18</option>' );
document.writeln( '<option value="121609.html">16</option>' );
document.writeln( '<option value="121309.html">13 *</option>' );
document.writeln( '<option value="121209.html">12</option>' );
document.writeln( '<option value="121109.html">11</option>' );
document.writeln( '<option value="121009.html">10</option>' );
document.writeln( '<option value="120609.html">06</option>' );
document.writeln( '<option value="120209.html">02 *</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

