					document.write("<td>")
					document.write("<div id=menu>")
         	document.write("<a href=index.html>Home<br>Page</a>")
          document.write("<a href=code-green-books.html>Code Green<br />Books</a>")
          document.write("<a href=buy-code-green-publishing-books.html>Where to buy<br />our books</a>")
 					document.write("<a href=media.html>Media Information<br />and resources</a>")
          document.write("<a href=contact-code-green.html>Contact<br />Code Green</a>")
          document.write("</div>")
					document.write("</td>")
						
     