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/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    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="acars/31December06.html">31</option>' );
document.writeln( '<option value="acars/30December06.html">30</option>' );
document.writeln( '<option value="acars/29December06.html">29</option>' );
document.writeln( '<option value="acars/28December06.html">28</option>' );
document.writeln( '<option value="acars/27December06.html">27</option>' );
document.writeln( '<option value="acars/26December06.html">26</option>' );
document.writeln( '<option value="acars/25December06.html">25</option>' );
document.writeln( '<option value="acars/24December06.html">24</option>' );
document.writeln( '<option value="acars/23December06.html">23</option>' );
document.writeln( '<option value="acars/22December06.html">22</option>' );
document.writeln( '<option value="acars/21December06.html">21</option>' );
document.writeln( '<option value="acars/20December06.html">20</option>' );
document.writeln( '<option value="acars/19December06.html">19</option>' );
document.writeln( '<option value="acars/18December06.html">18</option>' );
document.writeln( '<option value="acars/17December06.html">17</option>' );
document.writeln( '<option value="acars/16December06.html">16</option>' );
document.writeln( '<option value="acars/15December06.html">15</option>' );
document.writeln( '<option value="acars/14December06.html">14</option>' );
document.writeln( '<option value="acars/13December06.html">13</option>' );
document.writeln( '<option value="acars/12December06.html">12</option>' );
document.writeln( '<option value="acars/11December06.html">11</option>' );
document.writeln( '<option value="acars/10December06.html">10</option>' );
document.writeln( '<option value="acars/09December06.html">09</option>' );
document.writeln( '<option value="acars/08December06.html">08</option>' );
document.writeln( '<option value="acars/07December06.html">07</option>' );
document.writeln( '<option value="acars/06December06.html">06</option>' );
document.writeln( '<option value="acars/05December06.html">05</option>' );
document.writeln( '<option value="acars/04December06.html">04</option>' );
document.writeln( '<option value="acars/03December06.html">03</option>' );
document.writeln( '<option value="acars/02December06.html">02</option>' );
document.writeln( '<option value="acars/01December06.html">01</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

