function gcpmenu(){
// function to write menu items so menu only appears once and can be
// changed easily
// for dees web site Oct 21 2011
// to add visits Feb 4 2012

document.write("<div id=\"menu\">");
document.write("<center><b>");
document.write("[&nbsp;<a href=\"index.html\">Home</a>&nbsp;]");
document.write("[&nbsp;<a href=\"illustration.html\">Illustration</a>&nbsp;]");
document.write("[&nbsp;<a href=\"visits.html\">Visits</a>&nbsp;]");
document.write("[&nbsp;<a href=\"ngallerymain.html\">Gallery</a>&nbsp;]");
document.write("[&nbsp;<a href=\"videos.html\">Videos</a>&nbsp;]");
document.write("[&nbsp;<a href=\"bio.html\"</a>Diana's Biography</a>&nbsp;]");
document.write("[&nbsp;<a href=\"cards.html\">Greeting Card Collection</a>&nbsp;]");
document.write("[&nbsp;<a href=\"travel.html\">Travels with Diana</a>&nbsp;]");
document.write("[&nbsp;<a href=\"links.html\">Links</a>&nbsp;]");
document.write("</b></center>");

document.write("</div>");
}

