// JavaScript Document
  function moveIntro()
  {
	head = document.getElementById("introtop");
	foot = document.getElementById("introbtm");
	foot.innerHTML = head.innerHTML;
	head.style.display = 'none';
  }