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 ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');

document.write ('<option value="#">Select Writer');

document.write ('<option value="../../../../../archive/arnot-page/index.htm">Arnot, R. Page');

document.write ('<option value="../../../../../archive/bell/index.htm">Bell, Thomas');

document.write ('<option value="../../../../../archive/bernal/index.htm">Bernal, J. D.');

document.write ('<option value="../../../../../archive/burns-emile/index.htm">Burns, Emile');

document.write ('<option value="../../../../../archive/campbell-jr/index.htm">Campbell, J. R.');

document.write ('<option value="../../../../../archive/caudwell/index.htm">Caudwell, Christopher');

document.write ('<option value="../../../../../archive/crawfurd/index.htm">Crawfurd, Helen');

document.write ('<option value="../../../../../archive/dutt-clemens/index.htm">Dutt, Clemens');

document.write ('<option value="../../../../../archive/dutt/index.htm">Dutt, R. Palme');

document.write ('<option value="../../../../../archive/fox/index.htm">Fox, Ralph');

document.write ('<option value="../../../../../archive/gallacher/index.htm">Gallacher, William');

document.write ('<option value="../../../../../archive/gollan/index.htm">Gollan, John');

document.write ('<option value="../../../../../archive/haldane/index.htm">Haldane, J. B. S.');

document.write ('<option value="../../../../../archive/hannington/index.htm">Hannington, Wal');

document.write ('<option value="../../../../../archive/hill-christopher/english-revolution/index.htm">Hill, Christopher');

document.write ('<option value="../../../../../archive/horner/index.htm">Horner, Arthur');

document.write ('<option value="../../../../../archive/inkpin/index.htm">Inkpin, Albert');

document.write ('<option value="../../../../../archive/jackson-ta/index.htm">Jackson, T. A. ');

document.write ('<option value="../../../../../archive/klugmann/index.htm">Klugmann, James ');

document.write ('<option value="../../../../../archive/mcmanus/index.htm">MacManus, Arthur');

document.write ('<option value="../../../../../archive/mann-tom/index.htm">Mann, Tom');

document.write ('<option value="../../../../../archive/montefiore/index.htm">Montefiore, Dora');

document.write ('<option value="../../../../../archive/murphy-jt/index.htm">Murphy, J. T.');

document.write ('<option value="../../../../../archive/newbold/index.htm">Newbold, J. T. W.');

document.write ('<option value="../../../../../archive/paul-william/index.htm">Paul,William');

document.write ('<option value="../../../../../archive/pollitt/index.htm">Pollitt, Harry');

document.write ('<option value="../../../../../archive/pollitt-marjorie/index.htm">Pollitt, Marjorie');

document.write ('<option value="../../../../../archive/postgate/index.htm">Postgate, R. W.');

document.write ('<option value="../../../../../archive/quelch-tom/index.htm">Quelch, Tom');

document.write ('<option value="../../../../../archive/rothstein-andrew/index.htm">Rothstein, Andrew');

document.write ('<option value="../../../../../archive/rothstein/index.htm">Rothstein, Theo');

document.write ('<option value="../../../../../archive/rust/index.htm">Rust, William');

document.write ('<option value="../../../../../archive/saklatvala/index.htm">Saklatvala, Shapurji');

document.write ('<option value="../../../../../archive/starr-mark/index.htm">Starr, Mark');

document.write ('<option value="../../../../../archive/thompson-ep/index.htm">Thompson, E. P.');

document.write ('<option value="../../../../../archive/turner-beth/index.htm">Turner, Beth');

document.write ('<option value="../../../../../archive/wilkinson/index.htm">Wilkinson, Ellen');

document.write ('<option value="../../../../../archive/wintringham/index.htm">Wintringham, Tom');

document.write ('</select>');

document.write ('</form>');
}
makeMyMenu();



