function menu()
{
	document.write('<a href="index.html"><img src="images/logo.jpg" id="logo" /></a><ul id="menu"><li><a href="conducting.html">Conducting and Teaching</a></li><li><a href="repertoire.html">Repertoire</a></li><li><a href="publications.html">Publications</a></li><li><a href="compositions.html">Compositions</a></li><li><a href="video.html">Videos</a></li></ul><ul id="right_menu"><li><a href="index.html">Home</a></li></ul><a href="index.html"><img src="images/panel_home.jpg" border="0" id="panel" /></A>');
}

function footer()
{
  var time = new Date();
  var year = time.getFullYear();
  document.write('<div id="footer"><span id="footer_text"> Web design by Dr. Erik Reid Jones. Copyright &copy; '+ year +'. All rights reserved.</span></div>');
}

