function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">');
document.write('<select name="site" size=1>');
document.write('<option value="index.htm">Natures Holism Home Page with relivant quotes.');
document.write('<option selected value="ecotao4.htm">Ecotaoism Page is an Introduction.');
document.write('<option value="4_histlife.htm">The Book of Time is briefly, the Earths Evolutionary History.');
document.write('<option value="gemintro.htm">Gems is about J.C. Smuts, T. Hobbes, C. Darwin and I. Kant.');
document.write('<option value="conc_gen.htm">Genetics provides a brief genetics history and necessary background. ');
  document.write('<option value="http://www.ecotao.com/chaosintro.htm">Chaos shows you what chaos and complexity are.');
  document.write('<option value="hu_evo_intro.htm">Human evolution traces our history from ape ancestors to modern man.');
  document.write('<option value="conc_summ.htm">The Concept deals in detail with the theory and models of ecotaoism and holism. ');
  document.write('<option value="3_religion.htm">Religion is a personal, subjective  perspective of what this book is not - a spiritual thesis.');
  document.write('<option value="links.htm">Links provides relivant links and tools for the thinker.');
  document.write('<option value="map.htm">Map outlines the structure of this web page.');
  document.write('<option value="glosindex.htm">Glossary provides definitions of terms and other web links.');
  document.write('<option value="reference.htm">References is the reference list of reading that helped.');
  document.write('<option value="synopsis.htm">Synopsis summarises briefly what Natures Holism is about.');
 document.write('<option value="conc_model.htm#posit">L. POSITIVE HOLISM');
document.write('</select>');
document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');
document.write('</form>');
