

document.writeln('<form><strong>Quick-Find Fun:</strong><br>');
document.writeln('<select name="product" onchange="ProductPick(this.form)">');
document.writeln('<option value="index.html">Select Subject');
document.writeln('<option value="wood.html">Make a Mobile');
document.writeln('<option value="top10videos.html">Family Movie Picks');
document.writeln('<option value="squares.html">Secret Squares Game');
document.writeln('<option value="top10xmass.html">Top 10 Christmas Books');
document.writeln('<option value="top10kids.html">Top 10 Picture Books');
document.writeln('<option value="struwwelpeter.html">Story of "Johnny Head-in-Air"');
document.writeln('<option value="mazes.html">Mazes');
document.writeln('<option value="wordfinds.html">Word Finds');
document.writeln('<option value="planea.html">Make a Paper Airplane');
document.writeln('<option value="cooties.html">Make a Cootie Catcher');
document.writeln('<option value="fortune.html">Make a Fortune Teller');
document.writeln('<option value="qbclub.html">Color a Quarterback');
document.writeln('<option value="dolls.html">Paper Dolls');
document.writeln('<option value="drawrex.html">Draw a Dinosaur');
document.writeln('<option value="cowboy.html">Draw a Cowboy');
document.writeln('<option value="battleships.html">Battleship Game');
document.writeln('</select>');
document.writeln('</form>');