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="year1897downloads.html">1897 Documents');
document.write ('<option value="year1898downloads.html">1898 Documents');
document.write ('<option value="year1899downloads.html">1899 Documents');
document.write ('<option value="year1900downloads.html">1900 Documents');
document.write ('<option value="year1901downloads.html">1901 Documents');
document.write ('<option value="year1902downloads.html">1902 Documents');
document.write ('<option value="year1903downloads.html">1903 Documents');
document.write ('<option value="year1904downloads.html">1904 Documents');
document.write ('<option value="year1905downloads.html">1905 Documents');
document.write ('<option value="year1906downloads.html">1906 Documents');
document.write ('<option value="year1907downloads.html">1907 Documents');
document.write ('<option value="year1908downloads.html">1908 Documents');
document.write ('<option value="year1909downloads.html">1909 Documents');
document.write ('<option value="year1910downloads.html">1910 Documents');
document.write ('<option value="year1911downloads.html">1911 Documents');
document.write ('<option value="year1912downloads.html">1912 Documents');
document.write ('<option value="year1913downloads.html">1913 Documents');
document.write ('<option value="year1914downloads.html">1914 Documents');
document.write ('<option value="year1915downloads.html">1915 Documents');
document.write ('<option value="year1916downloads.html">1916 Documents');
document.write ('<option value="year1917downloads.html">1917 Documents');
document.write ('<option value="year1918downloads.html">1918 Documents');
document.write ('<option value="year1919downloads.html">1919 Documents');
document.write ('<option value="year1920downloads.html">1920 Documents');
document.write ('<option value="year1921downloads.html">1921 Documents');
document.write ('<option value="year1922downloads.html">1922 Documents');
document.write ('<option value="year1923downloads.html">1923 Documents');
document.write ('<option value="year1924downloads.html">1924 Documents');
document.write ('<option value="year1925downloads.html">1925 Documents');
document.write ('<option value="year1926downloads.html">1926 Documents');
document.write ('<option value="year1927downloads.html">1927 Documents');
document.write ('<option value="year1928downloads.html">1928 Documents');
document.write ('<option value="year1929downloads.html">1929 Documents');
document.write ('<option value="year1930downloads.html">1930 Documents');
document.write ('<option value="year1931downloads.html">1931 Documents');
document.write ('<option value="year1932downloads.html">1932 Documents');
document.write ('<option value="year1933downloads.html">1933 Documents');
document.write ('<option value="year1934downloads.html">1934 Documents');
document.write ('<option value="year1935downloads.html">1935 Documents');
document.write ('<option value="year1936downloads.html">1936 Documents');
document.write ('<option value="year1937downloads.html">1937 Documents');
document.write ('<option value="year1938downloads.html">1938 Documents');
document.write ('<option value="year1939downloads.html">1939 Documents');
document.write ('<option value="year1940downloads.html">1940 Documents');
document.write ('<option value="year1941downloads.html">1941 Documents');
document.write ('<option value="year1942downloads.html">1942 Documents');
document.write ('<option value="year1943downloads.html">1943 Documents');
document.write ('<option value="year1944downloads.html">1944 Documents');
document.write ('<option value="year1945downloads.html">1945 Documents');
document.write ('<option value="year1946downloads.html">1946 Documents');
document.write ('</select>');
document.write ('</form></td><td align=center>');
document.write ('</form></td></tr></table>');
}
makeMyMenu();




