function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = '' ;
  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="">Categories</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/index.html">Home</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/general.html">General Puzzles</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/biographies.html">Biographies</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/bible.html">Bible</option>' );
document.writeln( '<option value="http://www.1stchoiceproducts.com/holidays.html">Holidays</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/history.html">History</option>' );
document.writeln( '<option value="http://www.1stchoiceproducts.com/geography.html">Geography</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/languagearts.html">Language Arts</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/science.html">Science</option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/math.html">Math</option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/Crossword/crosswordonline.html">Crossword Online<BR></option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '<option value="PuzzleDirectory/index.html">Puzzle Directory</option>' )
document.writeln( '<option value=""></option>' );
document.writeln( '<option value="">HAPPY FACE GAMES<BR></option>' )
document.writeln( '<option value="Games/happyface.php">single words<BR></option>' )
document.writeln( '<option value="Games/countries_happyface.php">countries<BR></option>' )
document.writeln( '<option value="Games/cities_happyface.php">cities<BR></option>' )
document.writeln( '<option value="Games/3letterwords_happyface.php">3 letter words<BR></option>' )
document.writeln( '<option value="Games/birds_happyface.php">Birds - Difficult<BR></option>' )
document.writeln( '<option value=""></option>' );

document.writeln( '<option value=""></option>' );

document.writeln( '<option value=""></option>' );
document.writeln( '<option value="http://www.learningwithpuzzles.com/crosswordmaker.html">Create A Crossword</option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '<option value="puzzleinformation.html">Free website puzzles</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

