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="hu_evo_intro.htm#summary">Introduction to human evolution, with hominoid images');
document.write('<option value="hu_evo_intro.htm#sources">Background to the theory of evolution through natural selection');
document.write('<option value="hu_evo_intro.htm#dating">Dating methods used to find the age of fossils and the earth');
document.write('<option value="huevo.htm#human">Briefly, evolution, ecology, the environment, adaptation, the Modern Synthesis');
document.write('<option value="huevo.htm#behaviour">Evolution, culture, Divine Revelation, Prophets');
document.write('<option value="huevo.htm#primate">Primate evolution from the early primitive mammals; the influence of diet');
document.write('<option value="hu_austral.htm#austral">"Australopithecus, a tailess, upright walking ape species and human ancestor that did not use tools');
document.write('<option value="hu_habilis.htm#habilis">"Homo habilis a tool user and H. erectus, a user of tools and fire, spreading throughout Eurasia');
document.write('<option value="hu_neand.htm#neand">"Homo neanderthalensis, the other ancient human species, hunted with long spears');
document.write('<option value="hu_sap.htm#sapiens">Homo sapiens, the true human, emerging nearly 200,000 years ago');
document.write('<option value="hu_mod.htm#civil">" Modern civilisation: hunter gatherers, agriculture and technological inventions');
document.write('<option value="hu_tech.htm#techind"> As a Technological Industrial society we need to reduce our impact on the environment');
document.write('<option value="hu_tech.htm#modsoc">Where is modern society going. A conclusion looks at the evolutionary road ahead');
document.write('<option value="synopsis.htm">As a part of Natures Holism, read the Synopsis for a summary');
document.write('</select>');
document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');
document.write('</form>');