function gcpmenu(){
// charlemagne menu
// function to write menu items so menu only appears once and can be
// changed easily
document.write("<div id=\"menu\"><center><font size=\"+2\"> ");
document.write("<a href=\"index.html\">Home</a>&nbsp;&nbsp;");
document.write("<a href=\"vote.html\">ABC's Contest</a>&nbsp;&nbsp;");
document.write("<a href=\"reviews.html\">Aquarium Reviews</a>&nbsp;&nbsp;");
document.write("<a href=\"games.html\">Games</a>&nbsp;&nbsp;");
document.write("<a href=\"bookart.html\">Book Art</a>&nbsp;&nbsp;");
document.write("<a href=\"readings.html\">Videos</a>&nbsp;&nbsp;");
document.write("<a href=\"interact.html\">Diana & Animals</a>&nbsp;&nbsp;");
document.write("</font> </center> </div>");
}