function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
  }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
  }
}
function makeMyMenu() {
document.write ('<table align=center border=0><tr>');
document.write ('<td>');
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value="">Select Year');
document.write ('<option value="year/year1883downloads.html">1883 Documents');
document.write ('<option value="year/year1884downloads.html">1884 Documents');
document.write ('<option value="year/year1885downloads.html">1885 Documents');
document.write ('<option value="year/year1894downloads.html">1894 Documents');
document.write ('<option value="year/year1895downloads.html">1895 Documents');
document.write ('<option value="year/year1897downloads.html">1897 Documents');
document.write ('<option value="year/year1898downloads.html">1898 Documents');
document.write ('<option value="year/year1899downloads.html">1899 Documents');
document.write ('<option value="year/year1900downloads.html">1900 Documents');
document.write ('<option value="year/year1901downloads.html">1901 Documents');
document.write ('<option value="year/year1902downloads.html">1902 Documents');
document.write ('<option value="year/year1903downloads.html">1903 Documents');
document.write ('<option value="year/year1904downloads.html">1904 Documents');
document.write ('<option value="year/year1905downloads.html">1905 Documents');
document.write ('<option value="year/year1906downloads.html">1906 Documents');
document.write ('<option value="year/year1907downloads.html">1907 Documents');
document.write ('<option value="year/year1908downloads.html">1908 Documents');
document.write ('<option value="year/year1909downloads.html">1909 Documents');
document.write ('<option value="year/year1910downloads.html">1910 Documents');
document.write ('<option value="year/year1911downloads.html">1911 Documents');
document.write ('<option value="year/year1912downloads.html">1912 Documents');
document.write ('<option value="year/year1913downloads.html">1913 Documents');
document.write ('<option value="year/year1914downloads.html">1914 Documents');
document.write ('<option value="year/year1915downloads.html">1915 Documents');
document.write ('<option value="year/year1916downloads.html">1916 Documents');
document.write ('<option value="year/year1917downloads.html">1917 Documents');
document.write ('<option value="year/year1918downloads.html">1918 Documents');
document.write ('<option value="year/year1919downloads.html">1919 Documents');
document.write ('<option value="year/year1920downloads.html">1920 Documents');
document.write ('<option value="year/year1921downloads.html">1921 Documents');
document.write ('<option value="year/year1922downloads.html">1922 Documents');
document.write ('<option value="year/year1923downloads.html">1923 Documents');
document.write ('<option value="year/year1924downloads.html">1924 Documents');
document.write ('<option value="year/year1925downloads.html">1925 Documents');
document.write ('<option value="year/year1926downloads.html">1926 Documents');
document.write ('<option value="year/year1927downloads.html">1927 Documents');
document.write ('<option value="year/year1928downloads.html">1928 Documents');
document.write ('<option value="year/year1929downloads.html">1929 Documents');
document.write ('<option value="year/year1930downloads.html">1930 Documents');
document.write ('<option value="year/year1931downloads.html">1931 Documents');
document.write ('<option value="year/year1932downloads.html">1932 Documents');
document.write ('<option value="year/year1933downloads.html">1933 Documents');
document.write ('<option value="year/year1934downloads.html">1934 Documents');
document.write ('<option value="year/year1935downloads.html">1935 Documents');
document.write ('<option value="year/year1936downloads.html">1936 Documents');
document.write ('<option value="year/year1937downloads.html">1937 Documents');
document.write ('<option value="year/year1938downloads.html">1938 Documents');
document.write ('<option value="year/year1939downloads.html">1939 Documents');
document.write ('<option value="year/year1940downloads.html">1940 Documents');
document.write ('<option value="year/year1941downloads.html">1941 Documents');
document.write ('<option value="year/year1942downloads.html">1942 Documents');
document.write ('<option value="year/year1943downloads.html">1943 Documents');
document.write ('<option value="year/year1944downloads.html">1944 Documents');
document.write ('<option value="year/year1945downloads.html">1945 Documents');
document.write ('<option value="year/year1946downloads.html">1946 Documents');
document.write ('</select>');
document.write ('</form></td><td align=center>');
document.write ('</form></td></tr></table>');
}
makeMyMenu();




