function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.whitedoggames.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="chesapeake.html">Menu of Games</option>' );
document.writeln( '<option value="chesapeake.html">Chesapeake 1781</option>' );
document.writeln( '<option value="hannibal.html">Hannibal Against Rome</option>' );
document.writeln( '<option value="maiwand2.html">Maiwand</option>' );
document.writeln( '<option value="notld2.html">Night of the Living Dead</option>' );
document.writeln( '<option value="ffth.html">The Fight for the Heights (Gettsburg Day One)</option>' );
document.writeln( '<option value="masterandcommander.html">Master and Commander</option>' );
document.writeln( '<option value="marne.html">We Shall Fight on the Marne</option>' );
document.writeln( '<option value="irag1941a.html">Iraq 1941/Anzio II</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

