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="103007.html">30</option>' );
document.writeln( '<option value="102907.html">29</option>' );
document.writeln( '<option value="102807.html">28</option>' );
document.writeln( '<option value="102207.html">22</option>' );
document.writeln( '<option value="102107.html">21</option>' );
document.writeln( '<option value="102007.html">20</option>' );
document.writeln( '<option value="101707.html">17</option>' );
document.writeln( '<option value="101507.html">15</option>' );
document.writeln( '<option value="101407.html">14</option>' );
document.writeln( '<option value="101307.html">13</option>' );
document.writeln( '<option value="101207.html">12</option>' );
document.writeln( '<option value="100807.html">08</option>' );
document.writeln( '<option value="100607.html">06</option>' );
document.writeln( '<option value="100207.html">02</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );













