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:///' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.acarsblank.location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="1208" method="get" target="acarsblank">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="acars/31Dec08.html">31</option>' );
document.writeln( '<option value="acars/30Dec08.html">30</option>' );
document.writeln( '<option value="acars/29Dec08.html">29</option>' );
document.writeln( '<option value="acars/28Dec08.html">28</option>' );
document.writeln( '<option value="acars/27Dec08.html">27</option>' );
document.writeln( '<option value="acars/26Dec08.html">26</option>' );
document.writeln( '<option value="acars/25Dec08.html">25</option>' );
document.writeln( '<option value="acars/24Dec08.html">24</option>' );
document.writeln( '<option value="acars/23Dec08.html">23</option>' );
document.writeln( '<option value="acars/22Dec08.html">22</option>' );
document.writeln( '<option value="acars/21Dec08.html">21</option>' );
document.writeln( '<option value="acars/20Dec08.html">20</option>' );
document.writeln( '<option value="acars/19Dec08.html">19</option>' );
document.writeln( '<option value="acars/18Dec08.html">18</option>' );
document.writeln( '<option value="acars/17Dec08.html">17</option>' );
document.writeln( '<option value="acars/16Dec08.html">16</option>' );
document.writeln( '<option value="acars/15Dec08.html">15</option>' );
document.writeln( '<option value="acars/14Dec08.html">14</option>' );
document.writeln( '<option value="acars/13Dec08.html">13</option>' );
document.writeln( '<option value="acars/12Dec08.html">12</option>' );
document.writeln( '<option value="acars/11Dec08.html">11</option>' );
document.writeln( '<option value="acars/10Dec08.html">10</option>' );
document.writeln( '<option value="acars/09Dec08.html">09</option>' );
document.writeln( '<option value="acars/08Dec08.html">08</option>' );
document.writeln( '<option value="acars/07Dec08.html">07</option>' );
document.writeln( '<option value="acars/06Dec08.html">06</option>' );
document.writeln( '<option value="acars/05Dec08.html">05</option>' );
document.writeln( '<option value="acars/04Dec08.html">04</option>' );
document.writeln( '<option value="acars/03Dec08.html">03</option>' );
document.writeln( '<option value="acars/02Dec08.html">02</option>' );
document.writeln( '<option value="acars/01Dec08.html">01</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
