<!-- roll-menu script for level 3 files in the /P/ directory, usually index files for presidents, for example usa/P/gw1/index.htm -->
<!-- Peter Scholing / scholing@let.rug.nl / 2001-01-23 -->
document.write('<FORM>');
document.write('<FONT class=small>');
document.write('<SELECT NAME="pres">');
document.write('<OPTION VALUE="../index.htm" SELECTED>Select a President');
document.write('<OPTION VALUE="">');
document.write('<OPTION VALUE="../gw1/index.htm">1. George Washington');
document.write('<OPTION VALUE="../ja2/index.htm">2. John Adams');
document.write('<OPTION VALUE="../tj3/index.htm">3. Thomas Jefferson');
document.write('<OPTION VALUE="../jm4/index.htm">4. James Madison');
document.write('<OPTION VALUE="../jm5/index.htm">5. James Monroe');
document.write('<OPTION VALUE="../jqa6/index.htm">6. John Q. Adams');
document.write('<OPTION VALUE="../aj7/index.htm">7. Andrew Jackson');
document.write('<OPTION VALUE="../mb8/index.htm">8. Martin van Buren');
document.write('<OPTION VALUE="../wh9/index.htm">9. William H. Harrison');
document.write('<OPTION VALUE="../jt10/index.htm">10. John Tyler');
document.write('<OPTION VALUE="../jp11/index.htm">11. James K. Polk');
document.write('<OPTION VALUE="../zt12/index.htm">12. Zachary Taylor');
document.write('<OPTION VALUE="../mf13/index.htm">13. Millard Fillmore');
document.write('<OPTION VALUE="../fp14/index.htm">14. Franklin Pierce');
document.write('<OPTION VALUE="../jb15/index.htm">15. James Buchanan');
document.write('<OPTION VALUE="../al16/index.htm">16. Abraham Lincoln');
document.write('<OPTION VALUE="../aj17/index.htm">17. Andrew Johnson');
document.write('<OPTION VALUE="../ug18/index.htm">18. Ulysses S. Grant');
document.write('<OPTION VALUE="../rh19/index.htm">19. Rutherford B. Hayes');
document.write('<OPTION VALUE="../jg20/index.htm">20. James A. Garfield');
document.write('<OPTION VALUE="../ca21/index.htm">21. Chester A. Arthur');
document.write('<OPTION VALUE="../gc2224/index.htm">22. Grover Cleveland');
document.write('<OPTION VALUE="../bh23/index.htm">23. Benjamin Harrison');
document.write('<OPTION VALUE="../gc2224/index.htm">24. Grover Cleveland');
document.write('<OPTION VALUE="../wm25/index.htm">25. William McKinley');
document.write('<OPTION VALUE="../tr26/index.htm">26. Theodore Roosevelt');
document.write('<OPTION VALUE="../wt27/index.htm">27. William H. Taft');
document.write('<OPTION VALUE="../ww28/index.htm">28. Woodrow Wilson');
document.write('<OPTION VALUE="../wh29/index.htm">29. Warren G. Harding');
document.write('<OPTION VALUE="../cc30/index.htm">30. Calvin Coolidge');
document.write('<OPTION VALUE="../hh31/index.htm">31. Herbert C. Hoover');
document.write('<OPTION VALUE="../fr32/index.htm">32. Franklin D. Roosevelt');
document.write('<OPTION VALUE="../ht33/index.htm">33. Harry S. Truman');
document.write('<OPTION VALUE="../de34/index.htm">34. Dwight D. Eisenhower');
document.write('<OPTION VALUE="../jk35/index.htm">35. John F. Kennedy');
document.write('<OPTION VALUE="../lj36/index.htm">36. Lyndon B. Johnson');
document.write('<OPTION VALUE="../rn37/index.htm">37. Richard M. Nixon');
document.write('<OPTION VALUE="../gf38/index.htm">38. Gerald Ford');
document.write('<OPTION VALUE="../jc39/index.htm">39. Jimmy Carter');
document.write('<OPTION VALUE="../rr40/index.htm">40. Ronald Reagan');
document.write('<OPTION VALUE="../gb41/index.htm">41. George Bush');
document.write('<OPTION VALUE="../bc42/index.htm">42. Bill Clinton');
document.write('<OPTION VALUE="../gwb43/index.htm">43. George W. Bush');
document.write('<OPTION VALUE="../bo44/index.htm">44. Barack Obama');
document.write('</SELECT>');
document.write('<INPUT TYPE=button VALUE="Go" onClick="top.location.href=    this.form.pres.options[this.form.pres.selectedIndex].value">');
document.write('</FORM>');



